Shades of Persian Rose #F93AB3
Tints of Persian Rose #F93AB3
RGB
CMYK
RGB Variations
Color information
#F93AB3 (or 0xF93AB3) is known color: Persian Rose. HEX triplet: F9, 3A and B3. RGB value is (249,58,179). Sum of RGB (Red+Green+Blue) = 249+58+179=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AB3 is #06C54C. Grayscale: #808080. Windows color (decimal): -443725 or 11746041. OLE color: 11746041.
HSL color Cylindrical-coordinate representation of color #F93AB3: hue angle of 321.99º 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 #F93AB3 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 179 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.02 |
| HSL | 321.99º | 0.94% | 0.6% | - |
| HSV(B) | 321.99º | 0.77% | 0.98% | - |
| XYZ | 48.72 | 26.42 | 45.18 | - |
| YUV | 128.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 179 | 0 | 0.77 | 0.28 | 0.02 | 321.99 | 0.94 | 0.6 |
| Hex | F9 | 3A | B3 | 0 | 4D | 1C | 2 | 142 | 5E | 3C |
| Octal | 371 | 72 | 263 | 0 | 115 | 34 | 2 | 502 | 136 | 74 |
| Binary | 11111001 | 111010 | 10110011 | 0 | 1001101 | 11100 | 10 | 101000010 | 1011110 | 111100 |
Color Harmonies of #F93AB3
Complementary color
Monochromatic Colors of #F93AB3
Black with #F93AB3
Text Example
Text Example
White with #F93AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93AB3; }
p { color: rgb(249,58,179); }
H1.HeaderClassName
{
color: #F93AB3;
}
.AnyTagClassName
{
color: #F93AB3;
}
</style>
background-color css
<style>
a { background-color: #F93AB3; }
a { background-color: rgb(249,58,179); }
div.DivClassName
{
background-color: #F93AB3;
}
.BgClassName
{
background-color: #F93AB3;
}
</style>
border-color css
<style>
span { border-color: #F93AB3; }
span { border-color: rgb(249,58,179); }
td.TdClassName
{
border-color: #F93AB3;
}
.TagClassName
{
border-color: #F93AB3;
}
</style>