Shades of Persian Rose #F92899
Tints of Persian Rose #F92899
RGB
CMYK
RGB Variations
Color information
#F92899 (or 0xF92899) is known color: Persian Rose. HEX triplet: F9, 28 and 99. RGB value is (249,40,153). Sum of RGB (Red+Green+Blue) = 249+40+153=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F92899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92899 is #06D766. Grayscale: #737373. Windows color (decimal): -448359 or 10037497. OLE color: 10037497.
HSL color Cylindrical-coordinate representation of color #F92899: hue angle of 327.56º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92899 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 153 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.02 |
| HSL | 327.56º | 0.95% | 0.57% | - |
| HSV(B) | 327.56º | 0.84% | 0.98% | - |
| XYZ | 45.58 | 23.96 | 32.36 | - |
| YUV | 115.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 153 | 0 | 0.84 | 0.39 | 0.02 | 327.56 | 0.95 | 0.57 |
| Hex | F9 | 28 | 99 | 0 | 54 | 27 | 2 | 148 | 5F | 39 |
| Octal | 371 | 50 | 231 | 0 | 124 | 47 | 2 | 510 | 137 | 71 |
| Binary | 11111001 | 101000 | 10011001 | 0 | 1010100 | 100111 | 10 | 101001000 | 1011111 | 111001 |
Color Harmonies of #F92899
Complementary color
Monochromatic Colors of #F92899
Black with #F92899
Text Example
Text Example
White with #F92899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92899; }
p { color: rgb(249,40,153); }
H1.HeaderClassName
{
color: #F92899;
}
.AnyTagClassName
{
color: #F92899;
}
</style>
background-color css
<style>
a { background-color: #F92899; }
a { background-color: rgb(249,40,153); }
div.DivClassName
{
background-color: #F92899;
}
.BgClassName
{
background-color: #F92899;
}
</style>
border-color css
<style>
span { border-color: #F92899; }
span { border-color: rgb(249,40,153); }
td.TdClassName
{
border-color: #F92899;
}
.TagClassName
{
border-color: #F92899;
}
</style>