Shades of Persian Rose #F93AB0
Tints of Persian Rose #F93AB0
RGB
CMYK
RGB Variations
Color information
#F93AB0 (or 0xF93AB0) is known color: Persian Rose. HEX triplet: F9, 3A and B0. RGB value is (249,58,176). Sum of RGB (Red+Green+Blue) = 249+58+176=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93AB0 is #06C54F. Grayscale: #808080. Windows color (decimal): -443728 or 11549433. OLE color: 11549433.
HSL color Cylindrical-coordinate representation of color #F93AB0: hue angle of 322.93º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93AB0 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 176 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.02 |
| HSL | 322.93º | 0.94% | 0.6% | - |
| HSV(B) | 322.93º | 0.77% | 0.98% | - |
| XYZ | 48.42 | 26.3 | 43.6 | - |
| YUV | 128.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 176 | 0 | 0.77 | 0.29 | 0.02 | 322.93 | 0.94 | 0.6 |
| Hex | F9 | 3A | B0 | 0 | 4D | 1D | 2 | 143 | 5E | 3C |
| Octal | 371 | 72 | 260 | 0 | 115 | 35 | 2 | 503 | 136 | 74 |
| Binary | 11111001 | 111010 | 10110000 | 0 | 1001101 | 11101 | 10 | 101000011 | 1011110 | 111100 |
Color Harmonies of #F93AB0
Complementary color
Monochromatic Colors of #F93AB0
Black with #F93AB0
Text Example
Text Example
White with #F93AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AB0; }
p { color: rgb(249,58,176); }
H1.HeaderClassName
{
color: #F93AB0;
}
.AnyTagClassName
{
color: #F93AB0;
}
</style>
background-color css
<style>
a { background-color: #F93AB0; }
a { background-color: rgb(249,58,176); }
div.DivClassName
{
background-color: #F93AB0;
}
.BgClassName
{
background-color: #F93AB0;
}
</style>
border-color css
<style>
span { border-color: #F93AB0; }
span { border-color: rgb(249,58,176); }
td.TdClassName
{
border-color: #F93AB0;
}
.TagClassName
{
border-color: #F93AB0;
}
</style>