Shades of Spicy Pink #F30FAD
Tints of Spicy Pink #F30FAD
RGB
CMYK
RGB Variations
Color information
#F30FAD (or 0xF30FAD) is known color: Spicy Pink. HEX triplet: F3, 0F and AD. RGB value is (243,15,173). Sum of RGB (Red+Green+Blue) = 243+15+173=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30FAD is #0CF052. Grayscale: #646464. Windows color (decimal): -847955 or 11341811. OLE color: 11341811.
HSL color Cylindrical-coordinate representation of color #F30FAD: hue angle of 318.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FAD is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 173 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.42º | 0.9% | 0.51% | - |
| HSV(B) | 318.42º | 0.94% | 0.95% | - |
| XYZ | 44.68 | 22.41 | 41.51 | - |
| YUV | 101.18 | 168.54 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 173 | 0 | 0.94 | 0.29 | 0.05 | 318.42 | 0.9 | 0.51 |
| Hex | F3 | F | AD | 0 | 5E | 1D | 5 | 13E | 5A | 33 |
| Octal | 363 | 17 | 255 | 0 | 136 | 35 | 5 | 476 | 132 | 63 |
| Binary | 11110011 | 1111 | 10101101 | 0 | 1011110 | 11101 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F30FAD
Complementary color
Monochromatic Colors of #F30FAD
Black with #F30FAD
Text Example
Text Example
White with #F30FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FAD; }
p { color: rgb(243,15,173); }
H1.HeaderClassName
{
color: #F30FAD;
}
.AnyTagClassName
{
color: #F30FAD;
}
</style>
background-color css
<style>
a { background-color: #F30FAD; }
a { background-color: rgb(243,15,173); }
div.DivClassName
{
background-color: #F30FAD;
}
.BgClassName
{
background-color: #F30FAD;
}
</style>
border-color css
<style>
span { border-color: #F30FAD; }
span { border-color: rgb(243,15,173); }
td.TdClassName
{
border-color: #F30FAD;
}
.TagClassName
{
border-color: #F30FAD;
}
</style>