Html Css Color HEX #F010CE Shocking Pink

📋 copy color: '#F010CE'

red 240 ◦ green 16 ◦ blue 206

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

Shades of Shocking Pink #F010CE

Tints of Shocking Pink #F010CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 51.95%
G = 3.46%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F010CE (or 0xF010CE) is known color: Shocking Pink. HEX triplet: F0, 10 and CE. RGB value is (240,16,206). Sum of RGB (Red+Green+Blue) = 240+16+206=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F010CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010CE is #0FEF31. Grayscale: #686868. Windows color (decimal): -1044274 or 13504752. OLE color: 13504752.

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

Color convert

RGB 240 16 206 -
CMYK 0 0.93 0.14 0.06
HSL 309.11º 0.88% 0.5% -
HSV(B) 309.11º 0.93% 0.94% -
XYZ 47.26 23.35 60.41 -
YUV 104.64 185.21 224.55 -
System Red Green Blue C M Y K H S L
Decimal 240 16 206 0 0.93 0.14 0.06 309.11 0.88 0.5
Hex F0 10 CE 0 5D E 6 135 58 32
Octal 360 20 316 0 135 16 6 465 130 62
Binary 11110000 10000 11001110 0 1011101 1110 110 100110101 1011000 110010

Color Harmonies of #F010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010CE

Black with #F010CE

Text Example


Text Example

White with #F010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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