Html Css Color HEX #F01EC8 Shocking Pink

📋 copy color: '#F01EC8'

red 240 ◦ green 30 ◦ blue 200

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

Shades of Shocking Pink #F01EC8

Tints of Shocking Pink #F01EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.38%

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

R = 51.06%
G = 6.38%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F01EC8 (or 0xF01EC8) is known color: Shocking Pink. HEX triplet: F0, 1E and C8. RGB value is (240,30,200). Sum of RGB (Red+Green+Blue) = 240+30+200=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01EC8 is #0FE137. Grayscale: #6F6F6F. Windows color (decimal): -1040696 or 13115120. OLE color: 13115120.

HSL color Cylindrical-coordinate representation of color #F01EC8: hue angle of 311.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01EC8 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 30 200 -
CMYK 0 0.87 0.17 0.06
HSL 311.43º 0.88% 0.53% -
HSV(B) 311.43º 0.88% 0.94% -
XYZ 46.82 23.62 56.74 -
YUV 112.17 177.57 219.18 -
System Red Green Blue C M Y K H S L
Decimal 240 30 200 0 0.87 0.17 0.06 311.43 0.88 0.53
Hex F0 1E C8 0 57 11 6 137 58 35
Octal 360 36 310 0 127 21 6 467 130 65
Binary 11110000 11110 11001000 0 1010111 10001 110 100110111 1011000 110101

Color Harmonies of #F01EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EC8

Black with #F01EC8

Text Example


Text Example

White with #F01EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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