Html Css Color HEX #F00EC6 Shocking Pink

📋 copy color: '#F00EC6'

red 240 ◦ green 14 ◦ blue 198

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

Shades of Shocking Pink #F00EC6

Tints of Shocking Pink #F00EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 53.1%
G = 3.1%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F00EC6 (or 0xF00EC6) is known color: Shocking Pink. HEX triplet: F0, 0E and C6. RGB value is (240,14,198). Sum of RGB (Red+Green+Blue) = 240+14+198=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EC6 is #0FF139. Grayscale: #666666. Windows color (decimal): -1044794 or 12979952. OLE color: 12979952.

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

Color convert

RGB 240 14 198 -
CMYK 0 0.94 0.18 0.06
HSL 311.15º 0.89% 0.5% -
HSV(B) 311.15º 0.94% 0.94% -
XYZ 46.29 22.92 55.41 -
YUV 102.55 181.87 226.04 -
System Red Green Blue C M Y K H S L
Decimal 240 14 198 0 0.94 0.18 0.06 311.15 0.89 0.5
Hex F0 E C6 0 5E 12 6 137 59 32
Octal 360 16 306 0 136 22 6 467 131 62
Binary 11110000 1110 11000110 0 1011110 10010 110 100110111 1011001 110010

Color Harmonies of #F00EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00EC6

Black with #F00EC6

Text Example


Text Example

White with #F00EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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