Shades of Spicy Pink #F323AF
Tints of Spicy Pink #F323AF
RGB
CMYK
RGB Variations
Color information
#F323AF (or 0xF323AF) is known color: Spicy Pink. HEX triplet: F3, 23 and AF. RGB value is (243,35,175). Sum of RGB (Red+Green+Blue) = 243+35+175=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F323AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F323AF is #0CDC50. Grayscale: #707070. Windows color (decimal): -842833 or 11478003. OLE color: 11478003.
HSL color Cylindrical-coordinate representation of color #F323AF: hue angle of 319.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F323AF is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 175 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.05 |
| HSL | 319.62º | 0.9% | 0.55% | - |
| HSV(B) | 319.62º | 0.86% | 0.95% | - |
| XYZ | 45.3 | 23.35 | 42.68 | - |
| YUV | 113.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 175 | 0 | 0.86 | 0.28 | 0.05 | 319.62 | 0.9 | 0.55 |
| Hex | F3 | 23 | AF | 0 | 56 | 1C | 5 | 140 | 5A | 37 |
| Octal | 363 | 43 | 257 | 0 | 126 | 34 | 5 | 500 | 132 | 67 |
| Binary | 11110011 | 100011 | 10101111 | 0 | 1010110 | 11100 | 101 | 101000000 | 1011010 | 110111 |
Color Harmonies of #F323AF
Complementary color
Monochromatic Colors of #F323AF
Black with #F323AF
Text Example
Text Example
White with #F323AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323AF; }
p { color: rgb(243,35,175); }
H1.HeaderClassName
{
color: #F323AF;
}
.AnyTagClassName
{
color: #F323AF;
}
</style>
background-color css
<style>
a { background-color: #F323AF; }
a { background-color: rgb(243,35,175); }
div.DivClassName
{
background-color: #F323AF;
}
.BgClassName
{
background-color: #F323AF;
}
</style>
border-color css
<style>
span { border-color: #F323AF; }
span { border-color: rgb(243,35,175); }
td.TdClassName
{
border-color: #F323AF;
}
.TagClassName
{
border-color: #F323AF;
}
</style>