Shades of Shocking Pink #FF02BF
Tints of Shocking Pink #FF02BF
RGB
CMYK
RGB Variations
Color information
#FF02BF (or 0xFF02BF) is known color: Shocking Pink. HEX triplet: FF, 02 and BF. RGB value is (255,2,191). Sum of RGB (Red+Green+Blue) = 255+2+191=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02BF is #00FD40. Grayscale: #626262. Windows color (decimal): -64833 or 12518143. OLE color: 12518143.
HSL color Cylindrical-coordinate representation of color #FF02BF: hue angle of 315.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02BF is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.25 | 0 |
| HSL | 315.18º | 1% | 0.5% | - |
| HSV(B) | 315.18º | 0.99% | 1% | - |
| XYZ | 50.67 | 25.07 | 51.46 | - |
| YUV | 99.19 | 179.82 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 191 | 0 | 0.99 | 0.25 | 0 | 315.18 | 1 | 0.5 |
| Hex | FF | 2 | BF | 0 | 63 | 19 | 0 | 13B | 64 | 32 |
| Octal | 377 | 2 | 277 | 0 | 143 | 31 | 0 | 473 | 144 | 62 |
| Binary | 11111111 | 10 | 10111111 | 0 | 1100011 | 11001 | 0 | 100111011 | 1100100 | 110010 |
Color Harmonies of #FF02BF
Complementary color
Monochromatic Colors of #FF02BF
Black with #FF02BF
Text Example
Text Example
White with #FF02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02BF; }
p { color: rgb(255,2,191); }
H1.HeaderClassName
{
color: #FF02BF;
}
.AnyTagClassName
{
color: #FF02BF;
}
</style>
background-color css
<style>
a { background-color: #FF02BF; }
a { background-color: rgb(255,2,191); }
div.DivClassName
{
background-color: #FF02BF;
}
.BgClassName
{
background-color: #FF02BF;
}
</style>
border-color css
<style>
span { border-color: #FF02BF; }
span { border-color: rgb(255,2,191); }
td.TdClassName
{
border-color: #FF02BF;
}
.TagClassName
{
border-color: #FF02BF;
}
</style>