Html Css Color HEX #F006B8 Shocking Pink

📋 copy color: '#F006B8'

red 240 ◦ green 6 ◦ blue 184

#F006B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F006B8

Tints of Shocking Pink #F006B8

RGB

 RED value IS 240 (94.14% from 255) = 55.81%

 GREEN value IS 6 (2.73% from 255) = 1.4%

 BLUE value IS 184 (72.27% from 255) = 42.79%

R = 55.81%
G = 1.4%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F006B8 (or 0xF006B8) is known color: Shocking Pink. HEX triplet: F0, 06 and B8. RGB value is (240,6,184). Sum of RGB (Red+Green+Blue) = 240+6+184=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F006B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006B8 is #0FF947. Grayscale: #5F5F5F. Windows color (decimal): -1046856 or 12060400. OLE color: 12060400.

HSL color Cylindrical-coordinate representation of color #F006B8: hue angle of 314.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006B8 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 184 -
CMYK 0 0.98 0.23 0.06
HSL 314.36º 0.95% 0.48% -
HSV(B) 314.36º 0.98% 0.94% -
XYZ 44.65 22.12 47.26 -
YUV 96.26 177.52 230.53 -
System Red Green Blue C M Y K H S L
Decimal 240 6 184 0 0.98 0.23 0.06 314.36 0.95 0.48
Hex F0 6 B8 0 62 17 6 13A 5F 30
Octal 360 6 270 0 142 27 6 472 137 60
Binary 11110000 110 10111000 0 1100010 10111 110 100111010 1011111 110000

Color Harmonies of #F006B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006B8

Black with #F006B8

Text Example


Text Example

White with #F006B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006B8; }

 p { color: rgb(240,6,184); }

 H1.HeaderClassName
 {
   color: #F006B8;
 }
 .AnyTagClassName
 {
   color: #F006B8;
 }
</style>

background-color css

<style>
 a { background-color: #F006B8; }

 a { background-color: rgb(240,6,184); }

 div.DivClassName
 {
   background-color: #F006B8;
 }
 .BgClassName
 {
   background-color: #F006B8;
 }
</style>

border-color css

<style>
 span { border-color: #F006B8; }

 span { border-color: rgb(240,6,184); }

 td.TdClassName
 {
   border-color: #F006B8;
 }
 .TagClassName
 {
   border-color: #F006B8;
 }
</style>