Html Css Color HEX #F00CB8 Shocking Pink

📋 copy color: '#F00CB8'

red 240 ◦ green 12 ◦ blue 184

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

Shades of Shocking Pink #F00CB8

Tints of Shocking Pink #F00CB8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

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

R = 55.05%
G = 2.75%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F00CB8 (or 0xF00CB8) is known color: Shocking Pink. HEX triplet: F0, 0C and B8. RGB value is (240,12,184). Sum of RGB (Red+Green+Blue) = 240+12+184=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CB8 is #0FF347. Grayscale: #636363. Windows color (decimal): -1045320 or 12061936. OLE color: 12061936.

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

Color convert

RGB 240 12 184 -
CMYK 0 0.95 0.23 0.06
HSL 314.74º 0.9% 0.49% -
HSV(B) 314.74º 0.95% 0.94% -
XYZ 44.72 22.25 47.28 -
YUV 99.78 175.54 228.01 -
System Red Green Blue C M Y K H S L
Decimal 240 12 184 0 0.95 0.23 0.06 314.74 0.9 0.49
Hex F0 C B8 0 5F 17 6 13B 5A 31
Octal 360 14 270 0 137 27 6 473 132 61
Binary 11110000 1100 10111000 0 1011111 10111 110 100111011 1011010 110001

Color Harmonies of #F00CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CB8

Black with #F00CB8

Text Example


Text Example

White with #F00CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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