Html Css Color HEX #F012BF Shocking Pink

📋 copy color: '#F012BF'

red 240 ◦ green 18 ◦ blue 191

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

Shades of Shocking Pink #F012BF

Tints of Shocking Pink #F012BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.54%

R = 53.45%
G = 4.01%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F012BF (or 0xF012BF) is known color: Shocking Pink. HEX triplet: F0, 12 and BF. RGB value is (240,18,191). Sum of RGB (Red+Green+Blue) = 240+18+191=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F012BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012BF is #0FED40. Grayscale: #676767. Windows color (decimal): -1043777 or 12522224. OLE color: 12522224.

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

Color convert

RGB 240 18 191 -
CMYK 0 0.92 0.20 0.06
HSL 313.24º 0.88% 0.51% -
HSV(B) 313.24º 0.93% 0.94% -
XYZ 45.56 22.72 51.27 -
YUV 104.1 177.05 224.93 -
System Red Green Blue C M Y K H S L
Decimal 240 18 191 0 0.92 0.20 0.06 313.24 0.88 0.51
Hex F0 12 BF 0 5C 14 6 139 58 33
Octal 360 22 277 0 134 24 6 471 130 63
Binary 11110000 10010 10111111 0 1011100 10100 110 100111001 1011000 110011

Color Harmonies of #F012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012BF

Black with #F012BF

Text Example


Text Example

White with #F012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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