Html Css Color HEX #F011B2 Shocking Pink

📋 copy color: '#F011B2'

red 240 ◦ green 17 ◦ blue 178

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

Shades of Shocking Pink #F011B2

Tints of Shocking Pink #F011B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 55.17%
G = 3.91%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F011B2 (or 0xF011B2) is known color: Shocking Pink. HEX triplet: F0, 11 and B2. RGB value is (240,17,178). Sum of RGB (Red+Green+Blue) = 240+17+178=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F011B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011B2 is #0FEE4D. Grayscale: #656565. Windows color (decimal): -1044046 or 11670000. OLE color: 11670000.

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

Color convert

RGB 240 17 178 -
CMYK 0 0.93 0.26 0.06
HSL 316.68º 0.88% 0.5% -
HSV(B) 316.68º 0.93% 0.94% -
XYZ 44.17 22.14 44.06 -
YUV 102.03 170.88 226.41 -
System Red Green Blue C M Y K H S L
Decimal 240 17 178 0 0.93 0.26 0.06 316.68 0.88 0.5
Hex F0 11 B2 0 5D 1A 6 13D 58 32
Octal 360 21 262 0 135 32 6 475 130 62
Binary 11110000 10001 10110010 0 1011101 11010 110 100111101 1011000 110010

Color Harmonies of #F011B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011B2

Black with #F011B2

Text Example


Text Example

White with #F011B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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