Shades of Persian Rose #F6249C
Tints of Persian Rose #F6249C
RGB
CMYK
RGB Variations
Color information
#F6249C (or 0xF6249C) is known color: Persian Rose. HEX triplet: F6, 24 and 9C. RGB value is (246,36,156). Sum of RGB (Red+Green+Blue) = 246+36+156=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6249C is #09DB63. Grayscale: #707070. Windows color (decimal): -645988 or 10233078. OLE color: 10233078.
HSL color Cylindrical-coordinate representation of color #F6249C: hue angle of 325.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6249C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 156 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.04 |
| HSL | 325.71º | 0.92% | 0.55% | - |
| HSV(B) | 325.71º | 0.85% | 0.96% | - |
| XYZ | 44.64 | 23.25 | 33.59 | - |
| YUV | 112.47 | 152.57 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 156 | 0 | 0.85 | 0.37 | 0.04 | 325.71 | 0.92 | 0.55 |
| Hex | F6 | 24 | 9C | 0 | 55 | 25 | 4 | 146 | 5C | 37 |
| Octal | 366 | 44 | 234 | 0 | 125 | 45 | 4 | 506 | 134 | 67 |
| Binary | 11110110 | 100100 | 10011100 | 0 | 1010101 | 100101 | 100 | 101000110 | 1011100 | 110111 |
Color Harmonies of #F6249C
Complementary color
Monochromatic Colors of #F6249C
Black with #F6249C
Text Example
Text Example
White with #F6249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6249C; }
p { color: rgb(246,36,156); }
H1.HeaderClassName
{
color: #F6249C;
}
.AnyTagClassName
{
color: #F6249C;
}
</style>
background-color css
<style>
a { background-color: #F6249C; }
a { background-color: rgb(246,36,156); }
div.DivClassName
{
background-color: #F6249C;
}
.BgClassName
{
background-color: #F6249C;
}
</style>
border-color css
<style>
span { border-color: #F6249C; }
span { border-color: rgb(246,36,156); }
td.TdClassName
{
border-color: #F6249C;
}
.TagClassName
{
border-color: #F6249C;
}
</style>