Shades of Persian Rose #F93BAB
Tints of Persian Rose #F93BAB
RGB
CMYK
RGB Variations
Color information
#F93BAB (or 0xF93BAB) is known color: Persian Rose. HEX triplet: F9, 3B and AB. RGB value is (249,59,171). Sum of RGB (Red+Green+Blue) = 249+59+171=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93BAB is #06C454. Grayscale: #808080. Windows color (decimal): -443477 or 11222009. OLE color: 11222009.
HSL color Cylindrical-coordinate representation of color #F93BAB: hue angle of 324.63º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BAB is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 171 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.02 |
| HSL | 324.63º | 0.94% | 0.6% | - |
| HSV(B) | 324.63º | 0.76% | 0.98% | - |
| XYZ | 47.98 | 26.21 | 41.06 | - |
| YUV | 128.58 | 151.95 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 171 | 0 | 0.76 | 0.31 | 0.02 | 324.63 | 0.94 | 0.6 |
| Hex | F9 | 3B | AB | 0 | 4C | 1F | 2 | 145 | 5E | 3C |
| Octal | 371 | 73 | 253 | 0 | 114 | 37 | 2 | 505 | 136 | 74 |
| Binary | 11111001 | 111011 | 10101011 | 0 | 1001100 | 11111 | 10 | 101000101 | 1011110 | 111100 |
Color Harmonies of #F93BAB
Complementary color
Monochromatic Colors of #F93BAB
Black with #F93BAB
Text Example
Text Example
White with #F93BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BAB; }
p { color: rgb(249,59,171); }
H1.HeaderClassName
{
color: #F93BAB;
}
.AnyTagClassName
{
color: #F93BAB;
}
</style>
background-color css
<style>
a { background-color: #F93BAB; }
a { background-color: rgb(249,59,171); }
div.DivClassName
{
background-color: #F93BAB;
}
.BgClassName
{
background-color: #F93BAB;
}
</style>
border-color css
<style>
span { border-color: #F93BAB; }
span { border-color: rgb(249,59,171); }
td.TdClassName
{
border-color: #F93BAB;
}
.TagClassName
{
border-color: #F93BAB;
}
</style>