Html Css Color HEX #F012C9 Shocking Pink

📋 copy color: '#F012C9'

red 240 ◦ green 18 ◦ blue 201

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

Shades of Shocking Pink #F012C9

Tints of Shocking Pink #F012C9

RGB

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

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

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

R = 52.29%
G = 3.92%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F012C9 (or 0xF012C9) is known color: Shocking Pink. HEX triplet: F0, 12 and C9. RGB value is (240,18,201). Sum of RGB (Red+Green+Blue) = 240+18+201=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F012C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012C9 is #0FED36. Grayscale: #686868. Windows color (decimal): -1043767 or 13177584. OLE color: 13177584.

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

Color convert

RGB 240 18 201 -
CMYK 0 0.92 0.16 0.06
HSL 310.54º 0.88% 0.51% -
HSV(B) 310.54º 0.93% 0.94% -
XYZ 46.69 23.17 57.27 -
YUV 105.24 182.05 224.12 -
System Red Green Blue C M Y K H S L
Decimal 240 18 201 0 0.92 0.16 0.06 310.54 0.88 0.51
Hex F0 12 C9 0 5C 10 6 137 58 33
Octal 360 22 311 0 134 20 6 467 130 63
Binary 11110000 10010 11001001 0 1011100 10000 110 100110111 1011000 110011

Color Harmonies of #F012C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012C9

Black with #F012C9

Text Example


Text Example

White with #F012C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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