Html Css Color HEX #F012B2 Shocking Pink

📋 copy color: '#F012B2'

red 240 ◦ green 18 ◦ blue 178

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

Shades of Shocking Pink #F012B2

Tints of Shocking Pink #F012B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 55.05%
G = 4.13%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F012B2 (or 0xF012B2) is known color: Shocking Pink. HEX triplet: F0, 12 and B2. RGB value is (240,18,178). Sum of RGB (Red+Green+Blue) = 240+18+178=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F012B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F012B2 is #0FED4D. Grayscale: #666666. Windows color (decimal): -1043790 or 11670256. OLE color: 11670256.

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

Color convert

RGB 240 18 178 -
CMYK 0 0.92 0.26 0.06
HSL 316.76º 0.88% 0.51% -
HSV(B) 316.76º 0.93% 0.94% -
XYZ 44.19 22.17 44.07 -
YUV 102.62 170.55 225.99 -
System Red Green Blue C M Y K H S L
Decimal 240 18 178 0 0.92 0.26 0.06 316.76 0.88 0.51
Hex F0 12 B2 0 5C 1A 6 13D 58 33
Octal 360 22 262 0 134 32 6 475 130 63
Binary 11110000 10010 10110010 0 1011100 11010 110 100111101 1011000 110011

Color Harmonies of #F012B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012B2

Black with #F012B2

Text Example


Text Example

White with #F012B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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