Shades of Spicy Pink #F317B2
Tints of Spicy Pink #F317B2
RGB
CMYK
RGB Variations
Color information
#F317B2 (or 0xF317B2) is known color: Spicy Pink. HEX triplet: F3, 17 and B2. RGB value is (243,23,178). Sum of RGB (Red+Green+Blue) = 243+23+178=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F317B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F317B2 is #0CE84D. Grayscale: #6A6A6A. Windows color (decimal): -845902 or 11671539. OLE color: 11671539.
HSL color Cylindrical-coordinate representation of color #F317B2: hue angle of 317.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F317B2 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 178 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.05 |
| HSL | 317.73º | 0.9% | 0.52% | - |
| HSV(B) | 317.73º | 0.91% | 0.95% | - |
| XYZ | 45.3 | 22.88 | 44.15 | - |
| YUV | 106.45 | 168.39 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 178 | 0 | 0.91 | 0.27 | 0.05 | 317.73 | 0.9 | 0.52 |
| Hex | F3 | 17 | B2 | 0 | 5B | 1B | 5 | 13E | 5A | 34 |
| Octal | 363 | 27 | 262 | 0 | 133 | 33 | 5 | 476 | 132 | 64 |
| Binary | 11110011 | 10111 | 10110010 | 0 | 1011011 | 11011 | 101 | 100111110 | 1011010 | 110100 |
Color Harmonies of #F317B2
Complementary color
Monochromatic Colors of #F317B2
Black with #F317B2
Text Example
Text Example
White with #F317B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317B2; }
p { color: rgb(243,23,178); }
H1.HeaderClassName
{
color: #F317B2;
}
.AnyTagClassName
{
color: #F317B2;
}
</style>
background-color css
<style>
a { background-color: #F317B2; }
a { background-color: rgb(243,23,178); }
div.DivClassName
{
background-color: #F317B2;
}
.BgClassName
{
background-color: #F317B2;
}
</style>
border-color css
<style>
span { border-color: #F317B2; }
span { border-color: rgb(243,23,178); }
td.TdClassName
{
border-color: #F317B2;
}
.TagClassName
{
border-color: #F317B2;
}
</style>