Shades of Spicy Pink #F319B4
Tints of Spicy Pink #F319B4
RGB
CMYK
RGB Variations
Color information
#F319B4 (or 0xF319B4) is known color: Spicy Pink. HEX triplet: F3, 19 and B4. RGB value is (243,25,180). Sum of RGB (Red+Green+Blue) = 243+25+180=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F319B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319B4 is #0CE64B. Grayscale: #6B6B6B. Windows color (decimal): -845388 or 11803123. OLE color: 11803123.
HSL color Cylindrical-coordinate representation of color #F319B4: hue angle of 317.34º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319B4 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 180 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.05 |
| HSL | 317.34º | 0.9% | 0.53% | - |
| HSV(B) | 317.34º | 0.9% | 0.95% | - |
| XYZ | 45.55 | 23.05 | 45.23 | - |
| YUV | 107.85 | 168.72 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 180 | 0 | 0.90 | 0.26 | 0.05 | 317.34 | 0.9 | 0.53 |
| Hex | F3 | 19 | B4 | 0 | 5A | 1A | 5 | 13D | 5A | 35 |
| Octal | 363 | 31 | 264 | 0 | 132 | 32 | 5 | 475 | 132 | 65 |
| Binary | 11110011 | 11001 | 10110100 | 0 | 1011010 | 11010 | 101 | 100111101 | 1011010 | 110101 |
Color Harmonies of #F319B4
Complementary color
Monochromatic Colors of #F319B4
Black with #F319B4
Text Example
Text Example
White with #F319B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319B4; }
p { color: rgb(243,25,180); }
H1.HeaderClassName
{
color: #F319B4;
}
.AnyTagClassName
{
color: #F319B4;
}
</style>
background-color css
<style>
a { background-color: #F319B4; }
a { background-color: rgb(243,25,180); }
div.DivClassName
{
background-color: #F319B4;
}
.BgClassName
{
background-color: #F319B4;
}
</style>
border-color css
<style>
span { border-color: #F319B4; }
span { border-color: rgb(243,25,180); }
td.TdClassName
{
border-color: #F319B4;
}
.TagClassName
{
border-color: #F319B4;
}
</style>