Shades of Shocking Pink #FD02B5
Tints of Shocking Pink #FD02B5
RGB
CMYK
RGB Variations
Color information
#FD02B5 (or 0xFD02B5) is known color: Shocking Pink. HEX triplet: FD, 02 and B5. RGB value is (253,2,181). Sum of RGB (Red+Green+Blue) = 253+2+181=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD02B5 is #02FD4A. Grayscale: #606060. Windows color (decimal): -195915 or 11862781. OLE color: 11862781.
HSL color Cylindrical-coordinate representation of color #FD02B5: hue angle of 317.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 2 | 181 | - |
CMYK | 0 | 0.99 | 0.28 | 0.01 |
HSL | 317.21º | 0.98% | 0.5% | - |
HSV(B) | 317.21º | 0.99% | 0.99% | - |
XYZ | 48.87 | 24.26 | 45.82 | - |
YUV | 97.46 | 175.16 | 238.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 2 | 181 | 0 | 0.99 | 0.28 | 0.01 | 317.21 | 0.98 | 0.5 |
Hex | FD | 2 | B5 | 0 | 63 | 1C | 1 | 13D | 62 | 32 |
Octal | 375 | 2 | 265 | 0 | 143 | 34 | 1 | 475 | 142 | 62 |
Binary | 11111101 | 10 | 10110101 | 0 | 1100011 | 11100 | 1 | 100111101 | 1100010 | 110010 |
Color Harmonies of #FD02B5
Complementary color
Monochromatic Colors of #FD02B5
Black with #FD02B5
Text Example
Text Example
White with #FD02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02B5; }
p { color: rgb(253,2,181); }
H1.HeaderClassName
{
color: #FD02B5;
}
.AnyTagClassName
{
color: #FD02B5;
}
</style>
background-color css
<style>
a { background-color: #FD02B5; }
a { background-color: rgb(253,2,181); }
div.DivClassName
{
background-color: #FD02B5;
}
.BgClassName
{
background-color: #FD02B5;
}
</style>
border-color css
<style>
span { border-color: #FD02B5; }
span { border-color: rgb(253,2,181); }
td.TdClassName
{
border-color: #FD02B5;
}
.TagClassName
{
border-color: #FD02B5;
}
</style>