Html Css Color HEX #F016CE Shocking Pink

📋 copy color: '#F016CE'

red 240 ◦ green 22 ◦ blue 206

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

Shades of Shocking Pink #F016CE

Tints of Shocking Pink #F016CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.7%

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

R = 51.28%
G = 4.7%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F016CE (or 0xF016CE) is known color: Shocking Pink. HEX triplet: F0, 16 and CE. RGB value is (240,22,206). Sum of RGB (Red+Green+Blue) = 240+22+206=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F016CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016CE is #0FE931. Grayscale: #6B6B6B. Windows color (decimal): -1042738 or 13506288. OLE color: 13506288.

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

Color convert

RGB 240 22 206 -
CMYK 0 0.91 0.14 0.06
HSL 309.36º 0.88% 0.51% -
HSV(B) 309.36º 0.91% 0.94% -
XYZ 47.36 23.56 60.44 -
YUV 108.16 183.22 222.04 -
System Red Green Blue C M Y K H S L
Decimal 240 22 206 0 0.91 0.14 0.06 309.36 0.88 0.51
Hex F0 16 CE 0 5B E 6 135 58 33
Octal 360 26 316 0 133 16 6 465 130 63
Binary 11110000 10110 11001110 0 1011011 1110 110 100110101 1011000 110011

Color Harmonies of #F016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016CE

Black with #F016CE

Text Example


Text Example

White with #F016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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