Shades of Spicy Pink #FF09AF
Tints of Spicy Pink #FF09AF
RGB
CMYK
RGB Variations
Color information
#FF09AF (or 0xFF09AF) is known color: Spicy Pink. HEX triplet: FF, 09 and AF. RGB value is (255,9,175). Sum of RGB (Red+Green+Blue) = 255+9+175=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09AF is #00F650. Grayscale: #656565. Windows color (decimal): -63057 or 11471359. OLE color: 11471359.
HSL color Cylindrical-coordinate representation of color #FF09AF: hue angle of 319.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09AF is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.31 | 0 |
| HSL | 319.51º | 1% | 0.52% | - |
| HSV(B) | 319.51º | 0.96% | 1% | - |
| XYZ | 49.08 | 24.55 | 42.71 | - |
| YUV | 101.48 | 169.5 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 175 | 0 | 0.96 | 0.31 | 0 | 319.51 | 1 | 0.52 |
| Hex | FF | 9 | AF | 0 | 60 | 1F | 0 | 140 | 64 | 34 |
| Octal | 377 | 11 | 257 | 0 | 140 | 37 | 0 | 500 | 144 | 64 |
| Binary | 11111111 | 1001 | 10101111 | 0 | 1100000 | 11111 | 0 | 101000000 | 1100100 | 110100 |
Color Harmonies of #FF09AF
Complementary color
Monochromatic Colors of #FF09AF
Black with #FF09AF
Text Example
Text Example
White with #FF09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09AF; }
p { color: rgb(255,9,175); }
H1.HeaderClassName
{
color: #FF09AF;
}
.AnyTagClassName
{
color: #FF09AF;
}
</style>
background-color css
<style>
a { background-color: #FF09AF; }
a { background-color: rgb(255,9,175); }
div.DivClassName
{
background-color: #FF09AF;
}
.BgClassName
{
background-color: #FF09AF;
}
</style>
border-color css
<style>
span { border-color: #FF09AF; }
span { border-color: rgb(255,9,175); }
td.TdClassName
{
border-color: #FF09AF;
}
.TagClassName
{
border-color: #FF09AF;
}
</style>