Html Css Color HEX #F012BE Shocking Pink

📋 copy color: '#F012BE'

red 240 ◦ green 18 ◦ blue 190

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

Shades of Shocking Pink #F012BE

Tints of Shocking Pink #F012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 53.57%
G = 4.02%
B = 42.41%

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

#F012BE (or 0xF012BE) is known color: Shocking Pink. HEX triplet: F0, 12 and BE. RGB value is (240,18,190). Sum of RGB (Red+Green+Blue) = 240+18+190=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F012BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012BE is #0FED41. Grayscale: #676767. Windows color (decimal): -1043778 or 12456688. OLE color: 12456688.

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

Color convert

RGB 240 18 190 -
CMYK 0 0.92 0.21 0.06
HSL 313.51º 0.88% 0.51% -
HSV(B) 313.51º 0.93% 0.94% -
XYZ 45.45 22.68 50.7 -
YUV 103.99 176.55 225.01 -
System Red Green Blue C M Y K H S L
Decimal 240 18 190 0 0.92 0.21 0.06 313.51 0.88 0.51
Hex F0 12 BE 0 5C 15 6 13A 58 33
Octal 360 22 276 0 134 25 6 472 130 63
Binary 11110000 10010 10111110 0 1011100 10101 110 100111010 1011000 110011

Color Harmonies of #F012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F012BE

Black with #F012BE

Text Example


Text Example

White with #F012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F012BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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