Html Css Color HEX #F011B3 Shocking Pink

📋 copy color: '#F011B3'

red 240 ◦ green 17 ◦ blue 179

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

Shades of Shocking Pink #F011B3

Tints of Shocking Pink #F011B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.06%

R = 55.05%
G = 3.9%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F011B3 (or 0xF011B3) is known color: Shocking Pink. HEX triplet: F0, 11 and B3. RGB value is (240,17,179). Sum of RGB (Red+Green+Blue) = 240+17+179=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F011B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011B3 is #0FEE4C. Grayscale: #656565. Windows color (decimal): -1044045 or 11735536. OLE color: 11735536.

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

Color convert

RGB 240 17 179 -
CMYK 0 0.93 0.25 0.06
HSL 316.41º 0.88% 0.5% -
HSV(B) 316.41º 0.93% 0.94% -
XYZ 44.27 22.18 44.6 -
YUV 102.15 171.38 226.33 -
System Red Green Blue C M Y K H S L
Decimal 240 17 179 0 0.93 0.25 0.06 316.41 0.88 0.5
Hex F0 11 B3 0 5D 19 6 13C 58 32
Octal 360 21 263 0 135 31 6 474 130 62
Binary 11110000 10001 10110011 0 1011101 11001 110 100111100 1011000 110010

Color Harmonies of #F011B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011B3

Black with #F011B3

Text Example


Text Example

White with #F011B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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