#f311b2

Color #F311B2 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #F311B2

Tints of Shocking Pink #F311B2

Color information

#F311B2 (or 0xF311B2) is unknown color: approx Shocking Pink. HEX triplet: F3, 11 and B2. RGB value is (243,17,178). Sum of RGB (Red+Green+Blue) = 243+17+178=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F311B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F311B2 is #0CEE4D. Grayscale: #666666. Windows color (decimal): -847438 or 11670003. OLE color: 11670003.

HSL color Cylindrical-coordinate representation of color #F311B2: hue angle of 317.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F311B2 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24317178-
CMYK00.930.270.05
HSL317.26º90.4%50.98%-
HSV(B)317.26º93%95.29%-
XYZ45.222.6744.11-
YUV102.93170.37227.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.48%
GREEN value IS 17 (7.03% from 255) = 3.88%
BLUE value IS 178 (69.92% from 255) = 40.64%
R=55.48%
G=3.88%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431717800.930.270.05317.2690.450.98
HexF311B205D1B513d5a33
Octal36321262013533547513263
Binary11110011100011011001001011101110111011001111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f311b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f311b2; }

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

 H1.HeaderClassName
 {
   color: #f311b2;
 }
 .AnyTagClassName
 {
   color: #f311b2;
 }
</style>
background-color css

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

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

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

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

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

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