Html Css Color HEX #F010C9 Shocking Pink

📋 copy color: '#F010C9'

red 240 ◦ green 16 ◦ blue 201

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

Shades of Shocking Pink #F010C9

Tints of Shocking Pink #F010C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 52.52%
G = 3.5%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F010C9 (or 0xF010C9) is known color: Shocking Pink. HEX triplet: F0, 10 and C9. RGB value is (240,16,201). Sum of RGB (Red+Green+Blue) = 240+16+201=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F010C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010C9 is #0FEF36. Grayscale: #676767. Windows color (decimal): -1044279 or 13177072. OLE color: 13177072.

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

Color convert

RGB 240 16 201 -
CMYK 0 0.93 0.16 0.06
HSL 310.45º 0.88% 0.5% -
HSV(B) 310.45º 0.93% 0.94% -
XYZ 46.66 23.11 57.26 -
YUV 104.07 182.71 224.96 -
System Red Green Blue C M Y K H S L
Decimal 240 16 201 0 0.93 0.16 0.06 310.45 0.88 0.5
Hex F0 10 C9 0 5D 10 6 136 58 32
Octal 360 20 311 0 135 20 6 466 130 62
Binary 11110000 10000 11001001 0 1011101 10000 110 100110110 1011000 110010

Color Harmonies of #F010C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010C9

Black with #F010C9

Text Example


Text Example

White with #F010C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010C9; }

 p { color: rgb(240,16,201); }

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

background-color css

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

 a { background-color: rgb(240,16,201); }

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

border-color css

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

 span { border-color: rgb(240,16,201); }

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