Html Css Color HEX #F01EC5 Shocking Pink

📋 copy color: '#F01EC5'

red 240 ◦ green 30 ◦ blue 197

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

Shades of Shocking Pink #F01EC5

Tints of Shocking Pink #F01EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 51.39%
G = 6.42%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F01EC5 (or 0xF01EC5) is known color: Shocking Pink. HEX triplet: F0, 1E and C5. RGB value is (240,30,197). Sum of RGB (Red+Green+Blue) = 240+30+197=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01EC5 is #0FE13A. Grayscale: #6F6F6F. Windows color (decimal): -1040699 or 12918512. OLE color: 12918512.

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

Color convert

RGB 240 30 197 -
CMYK 0 0.87 0.18 0.06
HSL 312.29º 0.88% 0.53% -
HSV(B) 312.29º 0.88% 0.94% -
XYZ 46.48 23.49 54.91 -
YUV 111.83 176.07 219.42 -
System Red Green Blue C M Y K H S L
Decimal 240 30 197 0 0.87 0.18 0.06 312.29 0.88 0.53
Hex F0 1E C5 0 57 12 6 138 58 35
Octal 360 36 305 0 127 22 6 470 130 65
Binary 11110000 11110 11000101 0 1010111 10010 110 100111000 1011000 110101

Color Harmonies of #F01EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EC5

Black with #F01EC5

Text Example


Text Example

White with #F01EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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