Html Css Color HEX #F01EC3 Shocking Pink

📋 copy color: '#F01EC3'

red 240 ◦ green 30 ◦ blue 195

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

Shades of Shocking Pink #F01EC3

Tints of Shocking Pink #F01EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 51.61%
G = 6.45%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F01EC3 (or 0xF01EC3) is known color: Shocking Pink. HEX triplet: F0, 1E and C3. RGB value is (240,30,195). Sum of RGB (Red+Green+Blue) = 240+30+195=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01EC3 is #0FE13C. Grayscale: #6F6F6F. Windows color (decimal): -1040701 or 12787440. OLE color: 12787440.

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

Color convert

RGB 240 30 195 -
CMYK 0 0.87 0.19 0.06
HSL 312.86º 0.88% 0.53% -
HSV(B) 312.86º 0.88% 0.94% -
XYZ 46.25 23.39 53.71 -
YUV 111.6 175.07 219.58 -
System Red Green Blue C M Y K H S L
Decimal 240 30 195 0 0.87 0.19 0.06 312.86 0.88 0.53
Hex F0 1E C3 0 57 13 6 139 58 35
Octal 360 36 303 0 127 23 6 471 130 65
Binary 11110000 11110 11000011 0 1010111 10011 110 100111001 1011000 110101

Color Harmonies of #F01EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EC3

Black with #F01EC3

Text Example


Text Example

White with #F01EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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