Html Css Color HEX #F00EC8 Shocking Pink

📋 copy color: '#F00EC8'

red 240 ◦ green 14 ◦ blue 200

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

Shades of Shocking Pink #F00EC8

Tints of Shocking Pink #F00EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 52.86%
G = 3.08%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F00EC8 (or 0xF00EC8) is known color: Shocking Pink. HEX triplet: F0, 0E and C8. RGB value is (240,14,200). Sum of RGB (Red+Green+Blue) = 240+14+200=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EC8 is #0FF137. Grayscale: #666666. Windows color (decimal): -1044792 or 13111024. OLE color: 13111024.

HSL color Cylindrical-coordinate representation of color #F00EC8: hue angle of 310.62º 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 #F00EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 14 200 -
CMYK 0 0.94 0.17 0.06
HSL 310.62º 0.89% 0.5% -
HSV(B) 310.62º 0.94% 0.94% -
XYZ 46.52 23.01 56.63 -
YUV 102.78 182.87 225.88 -
System Red Green Blue C M Y K H S L
Decimal 240 14 200 0 0.94 0.17 0.06 310.62 0.89 0.5
Hex F0 E C8 0 5E 11 6 137 59 32
Octal 360 16 310 0 136 21 6 467 131 62
Binary 11110000 1110 11001000 0 1011110 10001 110 100110111 1011001 110010

Color Harmonies of #F00EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EC8

Black with #F00EC8

Text Example


Text Example

White with #F00EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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