#F311CD

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

Shades of Shocking Pink #F311CD

Tints of Shocking Pink #F311CD

Color information

#F311CD (or 0xF311CD) is unknown color: approx Shocking Pink. HEX triplet: F3, 11 and CD. RGB value is (243,17,205). Sum of RGB (Red+Green+Blue) = 243+17+205=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F311CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F311CD is #0CEE32. Grayscale: #696969. Windows color (decimal): -847411 or 13439475. OLE color: 13439475.

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

Color convert

RGB24317205-
CMYK00.930.160.05
HSL310.09º90.4%50.98%-
HSV(B)310.09º93%95.29%-
XYZ48.1823.8659.82-
YUV106.01183.87225.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.26%
GREEN value IS 17 (7.03% from 255) = 3.66%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=52.26%
G=3.66%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431720500.930.160.05310.0990.450.98
HexF311CD05D1051365a33
Octal36321315013520546613263
Binary11110011100011100110101011101100001011001101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F311CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F311CD; }

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

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

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

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

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

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

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

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