Shades of Persian Rose #F936AF
Tints of Persian Rose #F936AF
RGB
CMYK
RGB Variations
Color information
#F936AF (or 0xF936AF) is known color: Persian Rose. HEX triplet: F9, 36 and AF. RGB value is (249,54,175). Sum of RGB (Red+Green+Blue) = 249+54+175=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F936AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F936AF is #06C950. Grayscale: #7D7D7D. Windows color (decimal): -444753 or 11482873. OLE color: 11482873.
HSL color Cylindrical-coordinate representation of color #F936AF: hue angle of 322.77º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936AF is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 175 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.02 |
| HSL | 322.77º | 0.94% | 0.59% | - |
| HSV(B) | 322.77º | 0.78% | 0.98% | - |
| XYZ | 48.12 | 25.87 | 43.02 | - |
| YUV | 126.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 175 | 0 | 0.78 | 0.30 | 0.02 | 322.77 | 0.94 | 0.59 |
| Hex | F9 | 36 | AF | 0 | 4E | 1E | 2 | 143 | 5E | 3B |
| Octal | 371 | 66 | 257 | 0 | 116 | 36 | 2 | 503 | 136 | 73 |
| Binary | 11111001 | 110110 | 10101111 | 0 | 1001110 | 11110 | 10 | 101000011 | 1011110 | 111011 |
Color Harmonies of #F936AF
Complementary color
Monochromatic Colors of #F936AF
Black with #F936AF
Text Example
Text Example
White with #F936AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936AF; }
p { color: rgb(249,54,175); }
H1.HeaderClassName
{
color: #F936AF;
}
.AnyTagClassName
{
color: #F936AF;
}
</style>
background-color css
<style>
a { background-color: #F936AF; }
a { background-color: rgb(249,54,175); }
div.DivClassName
{
background-color: #F936AF;
}
.BgClassName
{
background-color: #F936AF;
}
</style>
border-color css
<style>
span { border-color: #F936AF; }
span { border-color: rgb(249,54,175); }
td.TdClassName
{
border-color: #F936AF;
}
.TagClassName
{
border-color: #F936AF;
}
</style>