Html Css Color HEX #F012BD Shocking Pink

📋 copy color: '#F012BD'

red 240 ◦ green 18 ◦ blue 189

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

Shades of Shocking Pink #F012BD

Tints of Shocking Pink #F012BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 53.69%
G = 4.03%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F012BD (or 0xF012BD) is known color: Shocking Pink. HEX triplet: F0, 12 and BD. RGB value is (240,18,189). Sum of RGB (Red+Green+Blue) = 240+18+189=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F012BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012BD is #0FED42. Grayscale: #676767. Windows color (decimal): -1043779 or 12391152. OLE color: 12391152.

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

Color convert

RGB 240 18 189 -
CMYK 0 0.92 0.21 0.06
HSL 313.78º 0.88% 0.51% -
HSV(B) 313.78º 0.93% 0.94% -
XYZ 45.34 22.63 50.12 -
YUV 103.87 176.05 225.1 -
System Red Green Blue C M Y K H S L
Decimal 240 18 189 0 0.92 0.21 0.06 313.78 0.88 0.51
Hex F0 12 BD 0 5C 15 6 13A 58 33
Octal 360 22 275 0 134 25 6 472 130 63
Binary 11110000 10010 10111101 0 1011100 10101 110 100111010 1011000 110011

Color Harmonies of #F012BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012BD

Black with #F012BD

Text Example


Text Example

White with #F012BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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