Shades of Persian Rose #F93CAF
Tints of Persian Rose #F93CAF
RGB
CMYK
RGB Variations
Color information
#F93CAF (or 0xF93CAF) is known color: Persian Rose. HEX triplet: F9, 3C and AF. RGB value is (249,60,175). Sum of RGB (Red+Green+Blue) = 249+60+175=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F93CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93CAF is #06C350. Grayscale: #818181. Windows color (decimal): -443217 or 11484409. OLE color: 11484409.
HSL color Cylindrical-coordinate representation of color #F93CAF: hue angle of 323.49º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93CAF is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 175 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.02 |
| HSL | 323.49º | 0.94% | 0.61% | - |
| HSV(B) | 323.49º | 0.76% | 0.98% | - |
| XYZ | 48.42 | 26.47 | 43.11 | - |
| YUV | 129.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 175 | 0 | 0.76 | 0.30 | 0.02 | 323.49 | 0.94 | 0.61 |
| Hex | F9 | 3C | AF | 0 | 4C | 1E | 2 | 143 | 5E | 3D |
| Octal | 371 | 74 | 257 | 0 | 114 | 36 | 2 | 503 | 136 | 75 |
| Binary | 11111001 | 111100 | 10101111 | 0 | 1001100 | 11110 | 10 | 101000011 | 1011110 | 111101 |
Color Harmonies of #F93CAF
Complementary color
Monochromatic Colors of #F93CAF
Black with #F93CAF
Text Example
Text Example
White with #F93CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93CAF; }
p { color: rgb(249,60,175); }
H1.HeaderClassName
{
color: #F93CAF;
}
.AnyTagClassName
{
color: #F93CAF;
}
</style>
background-color css
<style>
a { background-color: #F93CAF; }
a { background-color: rgb(249,60,175); }
div.DivClassName
{
background-color: #F93CAF;
}
.BgClassName
{
background-color: #F93CAF;
}
</style>
border-color css
<style>
span { border-color: #F93CAF; }
span { border-color: rgb(249,60,175); }
td.TdClassName
{
border-color: #F93CAF;
}
.TagClassName
{
border-color: #F93CAF;
}
</style>