Html Css Color HEX #F01FC0 Shocking Pink

📋 copy color: '#F01FC0'

red 240 ◦ green 31 ◦ blue 192

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

Shades of Shocking Pink #F01FC0

Tints of Shocking Pink #F01FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.7%

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 51.84%
G = 6.7%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F01FC0 (or 0xF01FC0) is known color: Shocking Pink. HEX triplet: F0, 1F and C0. RGB value is (240,31,192). Sum of RGB (Red+Green+Blue) = 240+31+192=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FC0 is #0FE03F. Grayscale: #6F6F6F. Windows color (decimal): -1040448 or 12591088. OLE color: 12591088.

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

Color convert

RGB 240 31 192 -
CMYK 0 0.87 0.20 0.06
HSL 313.78º 0.87% 0.53% -
HSV(B) 313.78º 0.87% 0.94% -
XYZ 45.94 23.31 51.95 -
YUV 111.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 240 31 192 0 0.87 0.20 0.06 313.78 0.87 0.53
Hex F0 1F C0 0 57 14 6 13A 57 35
Octal 360 37 300 0 127 24 6 472 127 65
Binary 11110000 11111 11000000 0 1010111 10100 110 100111010 1010111 110101

Color Harmonies of #F01FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01FC0

Black with #F01FC0

Text Example


Text Example

White with #F01FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01FC0; }

 p { color: rgb(240,31,192); }

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

background-color css

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

 a { background-color: rgb(240,31,192); }

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

border-color css

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

 span { border-color: rgb(240,31,192); }

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