Shades of Shocking Pink #F513D2
Tints of Shocking Pink #F513D2
RGB
CMYK
RGB Variations
Color information
#F513D2 (or 0xF513D2) is known color: Shocking Pink. HEX triplet: F5, 13 and D2. RGB value is (245,19,210). Sum of RGB (Red+Green+Blue) = 245+19+210=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D2 is #0AEC2D. Grayscale: #6B6B6B. Windows color (decimal): -715822 or 13767669. OLE color: 13767669.
HSL color Cylindrical-coordinate representation of color #F513D2: hue angle of 309.29º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513D2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 210 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.04 |
| HSL | 309.29º | 0.92% | 0.52% | - |
| HSV(B) | 309.29º | 0.92% | 0.96% | - |
| XYZ | 49.52 | 24.53 | 63.1 | - |
| YUV | 108.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 210 | 0 | 0.92 | 0.14 | 0.04 | 309.29 | 0.92 | 0.52 |
| Hex | F5 | 13 | D2 | 0 | 5C | E | 4 | 135 | 5C | 34 |
| Octal | 365 | 23 | 322 | 0 | 134 | 16 | 4 | 465 | 134 | 64 |
| Binary | 11110101 | 10011 | 11010010 | 0 | 1011100 | 1110 | 100 | 100110101 | 1011100 | 110100 |
Color Harmonies of #F513D2
Complementary color
Monochromatic Colors of #F513D2
Black with #F513D2
Text Example
Text Example
White with #F513D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513D2; }
p { color: rgb(245,19,210); }
H1.HeaderClassName
{
color: #F513D2;
}
.AnyTagClassName
{
color: #F513D2;
}
</style>
background-color css
<style>
a { background-color: #F513D2; }
a { background-color: rgb(245,19,210); }
div.DivClassName
{
background-color: #F513D2;
}
.BgClassName
{
background-color: #F513D2;
}
</style>
border-color css
<style>
span { border-color: #F513D2; }
span { border-color: rgb(245,19,210); }
td.TdClassName
{
border-color: #F513D2;
}
.TagClassName
{
border-color: #F513D2;
}
</style>