Shades of Spicy Pink #F51BB8
Tints of Spicy Pink #F51BB8
RGB
CMYK
RGB Variations
Color information
#F51BB8 (or 0xF51BB8) is known color: Spicy Pink. HEX triplet: F5, 1B and B8. RGB value is (245,27,184). Sum of RGB (Red+Green+Blue) = 245+27+184=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F51BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51BB8 is #0AE447. Grayscale: #6D6D6D. Windows color (decimal): -713800 or 12065781. OLE color: 12065781.
HSL color Cylindrical-coordinate representation of color #F51BB8: hue angle of 316.79º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51BB8 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 27 | 184 | - |
CMYK | 0 | 0.89 | 0.25 | 0.04 |
HSL | 316.79º | 0.92% | 0.53% | - |
HSV(B) | 316.79º | 0.89% | 0.96% | - |
XYZ | 46.7 | 23.66 | 47.45 | - |
YUV | 110.08 | 169.72 | 224.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 27 | 184 | 0 | 0.89 | 0.25 | 0.04 | 316.79 | 0.92 | 0.53 |
Hex | F5 | 1B | B8 | 0 | 59 | 19 | 4 | 13D | 5C | 35 |
Octal | 365 | 33 | 270 | 0 | 131 | 31 | 4 | 475 | 134 | 65 |
Binary | 11110101 | 11011 | 10111000 | 0 | 1011001 | 11001 | 100 | 100111101 | 1011100 | 110101 |
Color Harmonies of #F51BB8
Complementary color
Monochromatic Colors of #F51BB8
Black with #F51BB8
Text Example
Text Example
White with #F51BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51BB8; }
p { color: rgb(245,27,184); }
H1.HeaderClassName
{
color: #F51BB8;
}
.AnyTagClassName
{
color: #F51BB8;
}
</style>
background-color css
<style>
a { background-color: #F51BB8; }
a { background-color: rgb(245,27,184); }
div.DivClassName
{
background-color: #F51BB8;
}
.BgClassName
{
background-color: #F51BB8;
}
</style>
border-color css
<style>
span { border-color: #F51BB8; }
span { border-color: rgb(245,27,184); }
td.TdClassName
{
border-color: #F51BB8;
}
.TagClassName
{
border-color: #F51BB8;
}
</style>