Shades of Spicy Pink #FF2FB8
Tints of Spicy Pink #FF2FB8
RGB
CMYK
RGB Variations
Color information
#FF2FB8 (or 0xFF2FB8) is known color: Spicy Pink. HEX triplet: FF, 2F and B8. RGB value is (255,47,184). Sum of RGB (Red+Green+Blue) = 255+47+184=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FB8 is #00D047. Grayscale: #7C7C7C. Windows color (decimal): -53320 or 12070911. OLE color: 12070911.
HSL color Cylindrical-coordinate representation of color #FF2FB8: hue angle of 320.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FB8 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 184 | - |
| CMYK | 0 | 0.82 | 0.28 | 0 |
| HSL | 320.48º | 1% | 0.59% | - |
| HSV(B) | 320.48º | 0.82% | 1% | - |
| XYZ | 50.91 | 26.75 | 47.83 | - |
| YUV | 124.81 | 161.41 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 184 | 0 | 0.82 | 0.28 | 0 | 320.48 | 1 | 0.59 |
| Hex | FF | 2F | B8 | 0 | 52 | 1C | 0 | 140 | 64 | 3B |
| Octal | 377 | 57 | 270 | 0 | 122 | 34 | 0 | 500 | 144 | 73 |
| Binary | 11111111 | 101111 | 10111000 | 0 | 1010010 | 11100 | 0 | 101000000 | 1100100 | 111011 |
Color Harmonies of #FF2FB8
Complementary color
Monochromatic Colors of #FF2FB8
Black with #FF2FB8
Text Example
Text Example
White with #FF2FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FB8; }
p { color: rgb(255,47,184); }
H1.HeaderClassName
{
color: #FF2FB8;
}
.AnyTagClassName
{
color: #FF2FB8;
}
</style>
background-color css
<style>
a { background-color: #FF2FB8; }
a { background-color: rgb(255,47,184); }
div.DivClassName
{
background-color: #FF2FB8;
}
.BgClassName
{
background-color: #FF2FB8;
}
</style>
border-color css
<style>
span { border-color: #FF2FB8; }
span { border-color: rgb(255,47,184); }
td.TdClassName
{
border-color: #FF2FB8;
}
.TagClassName
{
border-color: #FF2FB8;
}
</style>