Shades of Spicy Pink #FF23AF
Tints of Spicy Pink #FF23AF
RGB
CMYK
RGB Variations
Color information
#FF23AF (or 0xFF23AF) is known color: Spicy Pink. HEX triplet: FF, 23 and AF. RGB value is (255,35,175). Sum of RGB (Red+Green+Blue) = 255+35+175=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF23AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF23AF is #00DC50. Grayscale: #747474. Windows color (decimal): -56401 or 11478015. OLE color: 11478015.
HSL color Cylindrical-coordinate representation of color #FF23AF: hue angle of 321.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF23AF is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 175 | - |
| CMYK | 0 | 0.86 | 0.31 | 0 |
| HSL | 321.82º | 1% | 0.57% | - |
| HSV(B) | 321.82º | 0.86% | 1% | - |
| XYZ | 49.58 | 25.56 | 42.88 | - |
| YUV | 116.74 | 160.89 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 175 | 0 | 0.86 | 0.31 | 0 | 321.82 | 1 | 0.57 |
| Hex | FF | 23 | AF | 0 | 56 | 1F | 0 | 142 | 64 | 39 |
| Octal | 377 | 43 | 257 | 0 | 126 | 37 | 0 | 502 | 144 | 71 |
| Binary | 11111111 | 100011 | 10101111 | 0 | 1010110 | 11111 | 0 | 101000010 | 1100100 | 111001 |
Color Harmonies of #FF23AF
Complementary color
Monochromatic Colors of #FF23AF
Black with #FF23AF
Text Example
Text Example
White with #FF23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF23AF; }
p { color: rgb(255,35,175); }
H1.HeaderClassName
{
color: #FF23AF;
}
.AnyTagClassName
{
color: #FF23AF;
}
</style>
background-color css
<style>
a { background-color: #FF23AF; }
a { background-color: rgb(255,35,175); }
div.DivClassName
{
background-color: #FF23AF;
}
.BgClassName
{
background-color: #FF23AF;
}
</style>
border-color css
<style>
span { border-color: #FF23AF; }
span { border-color: rgb(255,35,175); }
td.TdClassName
{
border-color: #FF23AF;
}
.TagClassName
{
border-color: #FF23AF;
}
</style>