Html Css Color HEX #F012CE Shocking Pink

📋 copy color: '#F012CE'

red 240 ◦ green 18 ◦ blue 206

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

Shades of Shocking Pink #F012CE

Tints of Shocking Pink #F012CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.88%

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

R = 51.72%
G = 3.88%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F012CE (or 0xF012CE) is known color: Shocking Pink. HEX triplet: F0, 12 and CE. RGB value is (240,18,206). Sum of RGB (Red+Green+Blue) = 240+18+206=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F012CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012CE is #0FED31. Grayscale: #696969. Windows color (decimal): -1043762 or 13505264. OLE color: 13505264.

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

Color convert

RGB 240 18 206 -
CMYK 0 0.92 0.14 0.06
HSL 309.19º 0.88% 0.51% -
HSV(B) 309.19º 0.93% 0.94% -
XYZ 47.29 23.41 60.42 -
YUV 105.81 184.55 223.71 -
System Red Green Blue C M Y K H S L
Decimal 240 18 206 0 0.92 0.14 0.06 309.19 0.88 0.51
Hex F0 12 CE 0 5C E 6 135 58 33
Octal 360 22 316 0 134 16 6 465 130 63
Binary 11110000 10010 11001110 0 1011100 1110 110 100110101 1011000 110011

Color Harmonies of #F012CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012CE

Black with #F012CE

Text Example


Text Example

White with #F012CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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