Shades of Persian Rose #F936B0
Tints of Persian Rose #F936B0
RGB
CMYK
RGB Variations
Color information
#F936B0 (or 0xF936B0) is known color: Persian Rose. HEX triplet: F9, 36 and B0. RGB value is (249,54,176). Sum of RGB (Red+Green+Blue) = 249+54+176=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F936B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F936B0 is #06C94F. Grayscale: #7D7D7D. Windows color (decimal): -444752 or 11548409. OLE color: 11548409.
HSL color Cylindrical-coordinate representation of color #F936B0: hue angle of 322.46º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936B0 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 176 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.02 |
| HSL | 322.46º | 0.94% | 0.59% | - |
| HSV(B) | 322.46º | 0.78% | 0.98% | - |
| XYZ | 48.22 | 25.91 | 43.53 | - |
| YUV | 126.21 | 156.1 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 176 | 0 | 0.78 | 0.29 | 0.02 | 322.46 | 0.94 | 0.59 |
| Hex | F9 | 36 | B0 | 0 | 4E | 1D | 2 | 142 | 5E | 3B |
| Octal | 371 | 66 | 260 | 0 | 116 | 35 | 2 | 502 | 136 | 73 |
| Binary | 11111001 | 110110 | 10110000 | 0 | 1001110 | 11101 | 10 | 101000010 | 1011110 | 111011 |
Color Harmonies of #F936B0
Complementary color
Monochromatic Colors of #F936B0
Black with #F936B0
Text Example
Text Example
White with #F936B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936B0; }
p { color: rgb(249,54,176); }
H1.HeaderClassName
{
color: #F936B0;
}
.AnyTagClassName
{
color: #F936B0;
}
</style>
background-color css
<style>
a { background-color: #F936B0; }
a { background-color: rgb(249,54,176); }
div.DivClassName
{
background-color: #F936B0;
}
.BgClassName
{
background-color: #F936B0;
}
</style>
border-color css
<style>
span { border-color: #F936B0; }
span { border-color: rgb(249,54,176); }
td.TdClassName
{
border-color: #F936B0;
}
.TagClassName
{
border-color: #F936B0;
}
</style>