Shades of Shocking Pink #F511B3
Tints of Shocking Pink #F511B3
RGB
CMYK
RGB Variations
Color information
#F511B3 (or 0xF511B3) is known color: Shocking Pink. HEX triplet: F5, 11 and B3. RGB value is (245,17,179). Sum of RGB (Red+Green+Blue) = 245+17+179=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F511B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511B3 is #0AEE4C. Grayscale: #676767. Windows color (decimal): -716365 or 11735541. OLE color: 11735541.
HSL color Cylindrical-coordinate representation of color #F511B3: hue angle of 317.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511B3 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 179 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.04 |
| HSL | 317.37º | 0.92% | 0.51% | - |
| HSV(B) | 317.37º | 0.93% | 0.96% | - |
| XYZ | 45.99 | 23.07 | 44.68 | - |
| YUV | 103.64 | 170.54 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 179 | 0 | 0.93 | 0.27 | 0.04 | 317.37 | 0.92 | 0.51 |
| Hex | F5 | 11 | B3 | 0 | 5D | 1B | 4 | 13D | 5C | 33 |
| Octal | 365 | 21 | 263 | 0 | 135 | 33 | 4 | 475 | 134 | 63 |
| Binary | 11110101 | 10001 | 10110011 | 0 | 1011101 | 11011 | 100 | 100111101 | 1011100 | 110011 |
Color Harmonies of #F511B3
Complementary color
Monochromatic Colors of #F511B3
Black with #F511B3
Text Example
Text Example
White with #F511B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511B3; }
p { color: rgb(245,17,179); }
H1.HeaderClassName
{
color: #F511B3;
}
.AnyTagClassName
{
color: #F511B3;
}
</style>
background-color css
<style>
a { background-color: #F511B3; }
a { background-color: rgb(245,17,179); }
div.DivClassName
{
background-color: #F511B3;
}
.BgClassName
{
background-color: #F511B3;
}
</style>
border-color css
<style>
span { border-color: #F511B3; }
span { border-color: rgb(245,17,179); }
td.TdClassName
{
border-color: #F511B3;
}
.TagClassName
{
border-color: #F511B3;
}
</style>