Shades of Spicy Pink #F314B3
Tints of Spicy Pink #F314B3
RGB
CMYK
RGB Variations
Color information
#F314B3 (or 0xF314B3) is known color: Spicy Pink. HEX triplet: F3, 14 and B3. RGB value is (243,20,179). Sum of RGB (Red+Green+Blue) = 243+20+179=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F314B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314B3 is #0CEB4C. Grayscale: #686868. Windows color (decimal): -846669 or 11736307. OLE color: 11736307.
HSL color Cylindrical-coordinate representation of color #F314B3: hue angle of 317.22º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314B3 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 179 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.05 |
| HSL | 317.22º | 0.9% | 0.52% | - |
| HSV(B) | 317.22º | 0.92% | 0.95% | - |
| XYZ | 45.35 | 22.81 | 44.66 | - |
| YUV | 104.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 179 | 0 | 0.92 | 0.26 | 0.05 | 317.22 | 0.9 | 0.52 |
| Hex | F3 | 14 | B3 | 0 | 5C | 1A | 5 | 13D | 5A | 34 |
| Octal | 363 | 24 | 263 | 0 | 134 | 32 | 5 | 475 | 132 | 64 |
| Binary | 11110011 | 10100 | 10110011 | 0 | 1011100 | 11010 | 101 | 100111101 | 1011010 | 110100 |
Color Harmonies of #F314B3
Complementary color
Monochromatic Colors of #F314B3
Black with #F314B3
Text Example
Text Example
White with #F314B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314B3; }
p { color: rgb(243,20,179); }
H1.HeaderClassName
{
color: #F314B3;
}
.AnyTagClassName
{
color: #F314B3;
}
</style>
background-color css
<style>
a { background-color: #F314B3; }
a { background-color: rgb(243,20,179); }
div.DivClassName
{
background-color: #F314B3;
}
.BgClassName
{
background-color: #F314B3;
}
</style>
border-color css
<style>
span { border-color: #F314B3; }
span { border-color: rgb(243,20,179); }
td.TdClassName
{
border-color: #F314B3;
}
.TagClassName
{
border-color: #F314B3;
}
</style>