Html Css Color HEX #F011B9 Shocking Pink

📋 copy color: '#F011B9'

red 240 ◦ green 17 ◦ blue 185

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

Shades of Shocking Pink #F011B9

Tints of Shocking Pink #F011B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 54.3%
G = 3.85%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F011B9 (or 0xF011B9) is known color: Shocking Pink. HEX triplet: F0, 11 and B9. RGB value is (240,17,185). Sum of RGB (Red+Green+Blue) = 240+17+185=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F011B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011B9 is #0FEE46. Grayscale: #666666. Windows color (decimal): -1044039 or 12128752. OLE color: 12128752.

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

Color convert

RGB 240 17 185 -
CMYK 0 0.93 0.23 0.06
HSL 314.8º 0.88% 0.5% -
HSV(B) 314.8º 0.93% 0.94% -
XYZ 44.89 22.43 47.86 -
YUV 102.83 174.38 225.84 -
System Red Green Blue C M Y K H S L
Decimal 240 17 185 0 0.93 0.23 0.06 314.8 0.88 0.5
Hex F0 11 B9 0 5D 17 6 13B 58 32
Octal 360 21 271 0 135 27 6 473 130 62
Binary 11110000 10001 10111001 0 1011101 10111 110 100111011 1011000 110010

Color Harmonies of #F011B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011B9

Black with #F011B9

Text Example


Text Example

White with #F011B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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