Shades of Spicy Pink #F326AF
Tints of Spicy Pink #F326AF
RGB
CMYK
RGB Variations
Color information
#F326AF (or 0xF326AF) is known color: Spicy Pink. HEX triplet: F3, 26 and AF. RGB value is (243,38,175). Sum of RGB (Red+Green+Blue) = 243+38+175=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F326AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F326AF is #0CD950. Grayscale: #727272. Windows color (decimal): -842065 or 11478771. OLE color: 11478771.
HSL color Cylindrical-coordinate representation of color #F326AF: hue angle of 319.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F326AF is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 175 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.05 |
| HSL | 319.9º | 0.9% | 0.55% | - |
| HSV(B) | 319.9º | 0.84% | 0.95% | - |
| XYZ | 45.39 | 23.54 | 42.71 | - |
| YUV | 114.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 175 | 0 | 0.84 | 0.28 | 0.05 | 319.9 | 0.9 | 0.55 |
| Hex | F3 | 26 | AF | 0 | 54 | 1C | 5 | 140 | 5A | 37 |
| Octal | 363 | 46 | 257 | 0 | 124 | 34 | 5 | 500 | 132 | 67 |
| Binary | 11110011 | 100110 | 10101111 | 0 | 1010100 | 11100 | 101 | 101000000 | 1011010 | 110111 |
Color Harmonies of #F326AF
Complementary color
Monochromatic Colors of #F326AF
Black with #F326AF
Text Example
Text Example
White with #F326AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326AF; }
p { color: rgb(243,38,175); }
H1.HeaderClassName
{
color: #F326AF;
}
.AnyTagClassName
{
color: #F326AF;
}
</style>
background-color css
<style>
a { background-color: #F326AF; }
a { background-color: rgb(243,38,175); }
div.DivClassName
{
background-color: #F326AF;
}
.BgClassName
{
background-color: #F326AF;
}
</style>
border-color css
<style>
span { border-color: #F326AF; }
span { border-color: rgb(243,38,175); }
td.TdClassName
{
border-color: #F326AF;
}
.TagClassName
{
border-color: #F326AF;
}
</style>