Html Css Color HEX #F012CC Shocking Pink

📋 copy color: '#F012CC'

red 240 ◦ green 18 ◦ blue 204

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

Shades of Shocking Pink #F012CC

Tints of Shocking Pink #F012CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 51.95%
G = 3.9%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F012CC (or 0xF012CC) is known color: Shocking Pink. HEX triplet: F0, 12 and CC. RGB value is (240,18,204). Sum of RGB (Red+Green+Blue) = 240+18+204=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F012CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012CC is #0FED33. Grayscale: #696969. Windows color (decimal): -1043764 or 13374192. OLE color: 13374192.

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

Color convert

RGB 240 18 204 -
CMYK 0 0.92 0.15 0.06
HSL 309.73º 0.88% 0.51% -
HSV(B) 309.73º 0.93% 0.94% -
XYZ 47.05 23.32 59.15 -
YUV 105.58 183.55 223.88 -
System Red Green Blue C M Y K H S L
Decimal 240 18 204 0 0.92 0.15 0.06 309.73 0.88 0.51
Hex F0 12 CC 0 5C F 6 136 58 33
Octal 360 22 314 0 134 17 6 466 130 63
Binary 11110000 10010 11001100 0 1011100 1111 110 100110110 1011000 110011

Color Harmonies of #F012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012CC

Black with #F012CC

Text Example


Text Example

White with #F012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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