Html Css Color HEX #F011BE Shocking Pink

📋 copy color: '#F011BE'

red 240 ◦ green 17 ◦ blue 190

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

Shades of Shocking Pink #F011BE

Tints of Shocking Pink #F011BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

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

R = 53.69%
G = 3.8%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F011BE (or 0xF011BE) is known color: Shocking Pink. HEX triplet: F0, 11 and BE. RGB value is (240,17,190). Sum of RGB (Red+Green+Blue) = 240+17+190=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F011BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011BE is #0FEE41. Grayscale: #666666. Windows color (decimal): -1044034 or 12456432. OLE color: 12456432.

HSL color Cylindrical-coordinate representation of color #F011BE: hue angle of 313.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011BE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 190 -
CMYK 0 0.93 0.21 0.06
HSL 313.45º 0.88% 0.5% -
HSV(B) 313.45º 0.93% 0.94% -
XYZ 45.43 22.64 50.69 -
YUV 103.4 176.88 225.43 -
System Red Green Blue C M Y K H S L
Decimal 240 17 190 0 0.93 0.21 0.06 313.45 0.88 0.5
Hex F0 11 BE 0 5D 15 6 139 58 32
Octal 360 21 276 0 135 25 6 471 130 62
Binary 11110000 10001 10111110 0 1011101 10101 110 100111001 1011000 110010

Color Harmonies of #F011BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011BE

Black with #F011BE

Text Example


Text Example

White with #F011BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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