Shades of Spicy Pink #F90CAE
Tints of Spicy Pink #F90CAE
RGB
CMYK
RGB Variations
Color information
#F90CAE (or 0xF90CAE) is known color: Spicy Pink. HEX triplet: F9, 0C and AE. RGB value is (249,12,174). Sum of RGB (Red+Green+Blue) = 249+12+174=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90CAE is #06F351. Grayscale: #646464. Windows color (decimal): -455506 or 11406585. OLE color: 11406585.
HSL color Cylindrical-coordinate representation of color #F90CAE: hue angle of 318.99º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CAE is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 174 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.02 |
| HSL | 318.99º | 0.95% | 0.51% | - |
| HSV(B) | 318.99º | 0.95% | 0.98% | - |
| XYZ | 46.84 | 23.46 | 42.1 | - |
| YUV | 101.33 | 169.02 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 174 | 0 | 0.95 | 0.30 | 0.02 | 318.99 | 0.95 | 0.51 |
| Hex | F9 | C | AE | 0 | 5F | 1E | 2 | 13F | 5F | 33 |
| Octal | 371 | 14 | 256 | 0 | 137 | 36 | 2 | 477 | 137 | 63 |
| Binary | 11111001 | 1100 | 10101110 | 0 | 1011111 | 11110 | 10 | 100111111 | 1011111 | 110011 |
Color Harmonies of #F90CAE
Complementary color
Monochromatic Colors of #F90CAE
Black with #F90CAE
Text Example
Text Example
White with #F90CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CAE; }
p { color: rgb(249,12,174); }
H1.HeaderClassName
{
color: #F90CAE;
}
.AnyTagClassName
{
color: #F90CAE;
}
</style>
background-color css
<style>
a { background-color: #F90CAE; }
a { background-color: rgb(249,12,174); }
div.DivClassName
{
background-color: #F90CAE;
}
.BgClassName
{
background-color: #F90CAE;
}
</style>
border-color css
<style>
span { border-color: #F90CAE; }
span { border-color: rgb(249,12,174); }
td.TdClassName
{
border-color: #F90CAE;
}
.TagClassName
{
border-color: #F90CAE;
}
</style>