Shades of Persian Rose #F935AD
Tints of Persian Rose #F935AD
RGB
CMYK
RGB Variations
Color information
#F935AD (or 0xF935AD) is known color: Persian Rose. HEX triplet: F9, 35 and AD. RGB value is (249,53,173). Sum of RGB (Red+Green+Blue) = 249+53+173=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F935AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F935AD is #06CA52. Grayscale: #7D7D7D. Windows color (decimal): -445011 or 11351545. OLE color: 11351545.
HSL color Cylindrical-coordinate representation of color #F935AD: hue angle of 323.27º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F935AD is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 173 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.02 |
| HSL | 323.27º | 0.94% | 0.59% | - |
| HSV(B) | 323.27º | 0.79% | 0.98% | - |
| XYZ | 47.88 | 25.7 | 41.97 | - |
| YUV | 125.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 173 | 0 | 0.79 | 0.31 | 0.02 | 323.27 | 0.94 | 0.59 |
| Hex | F9 | 35 | AD | 0 | 4F | 1F | 2 | 143 | 5E | 3B |
| Octal | 371 | 65 | 255 | 0 | 117 | 37 | 2 | 503 | 136 | 73 |
| Binary | 11111001 | 110101 | 10101101 | 0 | 1001111 | 11111 | 10 | 101000011 | 1011110 | 111011 |
Color Harmonies of #F935AD
Complementary color
Monochromatic Colors of #F935AD
Black with #F935AD
Text Example
Text Example
White with #F935AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935AD; }
p { color: rgb(249,53,173); }
H1.HeaderClassName
{
color: #F935AD;
}
.AnyTagClassName
{
color: #F935AD;
}
</style>
background-color css
<style>
a { background-color: #F935AD; }
a { background-color: rgb(249,53,173); }
div.DivClassName
{
background-color: #F935AD;
}
.BgClassName
{
background-color: #F935AD;
}
</style>
border-color css
<style>
span { border-color: #F935AD; }
span { border-color: rgb(249,53,173); }
td.TdClassName
{
border-color: #F935AD;
}
.TagClassName
{
border-color: #F935AD;
}
</style>