Shades of Persian Rose #F32595
Tints of Persian Rose #F32595
RGB
CMYK
RGB Variations
Color information
#F32595 (or 0xF32595) is known color: Persian Rose. HEX triplet: F3, 25 and 95. RGB value is (243,37,149). Sum of RGB (Red+Green+Blue) = 243+37+149=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F32595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32595 is #0CDA6A. Grayscale: #6F6F6F. Windows color (decimal): -842347 or 9774579. OLE color: 9774579.
HSL color Cylindrical-coordinate representation of color #F32595: hue angle of 327.38º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32595 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 149 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.05 |
| HSL | 327.38º | 0.9% | 0.55% | - |
| HSV(B) | 327.38º | 0.85% | 0.95% | - |
| XYZ | 43.05 | 22.55 | 30.52 | - |
| YUV | 111.36 | 149.25 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 149 | 0 | 0.85 | 0.39 | 0.05 | 327.38 | 0.9 | 0.55 |
| Hex | F3 | 25 | 95 | 0 | 55 | 27 | 5 | 147 | 5A | 37 |
| Octal | 363 | 45 | 225 | 0 | 125 | 47 | 5 | 507 | 132 | 67 |
| Binary | 11110011 | 100101 | 10010101 | 0 | 1010101 | 100111 | 101 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F32595
Complementary color
Monochromatic Colors of #F32595
Black with #F32595
Text Example
Text Example
White with #F32595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32595; }
p { color: rgb(243,37,149); }
H1.HeaderClassName
{
color: #F32595;
}
.AnyTagClassName
{
color: #F32595;
}
</style>
background-color css
<style>
a { background-color: #F32595; }
a { background-color: rgb(243,37,149); }
div.DivClassName
{
background-color: #F32595;
}
.BgClassName
{
background-color: #F32595;
}
</style>
border-color css
<style>
span { border-color: #F32595; }
span { border-color: rgb(243,37,149); }
td.TdClassName
{
border-color: #F32595;
}
.TagClassName
{
border-color: #F32595;
}
</style>