Html Css Color HEX #F00ECC Shocking Pink

📋 copy color: '#F00ECC'

red 240 ◦ green 14 ◦ blue 204

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

Shades of Shocking Pink #F00ECC

Tints of Shocking Pink #F00ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 52.4%
G = 3.06%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F00ECC (or 0xF00ECC) is known color: Shocking Pink. HEX triplet: F0, 0E and CC. RGB value is (240,14,204). Sum of RGB (Red+Green+Blue) = 240+14+204=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F00ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00ECC is #0FF133. Grayscale: #666666. Windows color (decimal): -1044788 or 13373168. OLE color: 13373168.

HSL color Cylindrical-coordinate representation of color #F00ECC: hue angle of 309.56º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00ECC is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 204 -
CMYK 0 0.94 0.15 0.06
HSL 309.56º 0.89% 0.5% -
HSV(B) 309.56º 0.94% 0.94% -
XYZ 46.99 23.2 59.13 -
YUV 103.23 184.87 225.55 -
System Red Green Blue C M Y K H S L
Decimal 240 14 204 0 0.94 0.15 0.06 309.56 0.89 0.5
Hex F0 E CC 0 5E F 6 136 59 32
Octal 360 16 314 0 136 17 6 466 131 62
Binary 11110000 1110 11001100 0 1011110 1111 110 100110110 1011001 110010

Color Harmonies of #F00ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00ECC

Black with #F00ECC

Text Example


Text Example

White with #F00ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00ECC; }

 p { color: rgb(240,14,204); }

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

background-color css

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

 a { background-color: rgb(240,14,204); }

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

border-color css

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

 span { border-color: rgb(240,14,204); }

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