Shades of Persian Rose #F935A8
Tints of Persian Rose #F935A8
RGB
CMYK
RGB Variations
Color information
#F935A8 (or 0xF935A8) is known color: Persian Rose. HEX triplet: F9, 35 and A8. RGB value is (249,53,168). Sum of RGB (Red+Green+Blue) = 249+53+168=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F935A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F935A8 is #06CA57. Grayscale: #7C7C7C. Windows color (decimal): -445016 or 11023865. OLE color: 11023865.
HSL color Cylindrical-coordinate representation of color #F935A8: hue angle of 324.8º 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 #F935A8 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 168 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.02 |
| HSL | 324.8º | 0.94% | 0.59% | - |
| HSV(B) | 324.8º | 0.79% | 0.98% | - |
| XYZ | 47.41 | 25.51 | 39.47 | - |
| YUV | 124.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 168 | 0 | 0.79 | 0.33 | 0.02 | 324.8 | 0.94 | 0.59 |
| Hex | F9 | 35 | A8 | 0 | 4F | 21 | 2 | 145 | 5E | 3B |
| Octal | 371 | 65 | 250 | 0 | 117 | 41 | 2 | 505 | 136 | 73 |
| Binary | 11111001 | 110101 | 10101000 | 0 | 1001111 | 100001 | 10 | 101000101 | 1011110 | 111011 |
Color Harmonies of #F935A8
Complementary color
Monochromatic Colors of #F935A8
Black with #F935A8
Text Example
Text Example
White with #F935A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935A8; }
p { color: rgb(249,53,168); }
H1.HeaderClassName
{
color: #F935A8;
}
.AnyTagClassName
{
color: #F935A8;
}
</style>
background-color css
<style>
a { background-color: #F935A8; }
a { background-color: rgb(249,53,168); }
div.DivClassName
{
background-color: #F935A8;
}
.BgClassName
{
background-color: #F935A8;
}
</style>
border-color css
<style>
span { border-color: #F935A8; }
span { border-color: rgb(249,53,168); }
td.TdClassName
{
border-color: #F935A8;
}
.TagClassName
{
border-color: #F935A8;
}
</style>