Shades of Persian Rose #F93BAC
Tints of Persian Rose #F93BAC
RGB
CMYK
RGB Variations
Color information
#F93BAC (or 0xF93BAC) is known color: Persian Rose. HEX triplet: F9, 3B and AC. RGB value is (249,59,172). Sum of RGB (Red+Green+Blue) = 249+59+172=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93BAC is #06C453. Grayscale: #808080. Windows color (decimal): -443476 or 11287545. OLE color: 11287545.
HSL color Cylindrical-coordinate representation of color #F93BAC: hue angle of 324.32º 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 #F93BAC is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 172 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.02 |
| HSL | 324.32º | 0.94% | 0.6% | - |
| HSV(B) | 324.32º | 0.76% | 0.98% | - |
| XYZ | 48.08 | 26.25 | 41.56 | - |
| YUV | 128.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 172 | 0 | 0.76 | 0.31 | 0.02 | 324.32 | 0.94 | 0.6 |
| Hex | F9 | 3B | AC | 0 | 4C | 1F | 2 | 144 | 5E | 3C |
| Octal | 371 | 73 | 254 | 0 | 114 | 37 | 2 | 504 | 136 | 74 |
| Binary | 11111001 | 111011 | 10101100 | 0 | 1001100 | 11111 | 10 | 101000100 | 1011110 | 111100 |
Color Harmonies of #F93BAC
Complementary color
Monochromatic Colors of #F93BAC
Black with #F93BAC
Text Example
Text Example
White with #F93BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BAC; }
p { color: rgb(249,59,172); }
H1.HeaderClassName
{
color: #F93BAC;
}
.AnyTagClassName
{
color: #F93BAC;
}
</style>
background-color css
<style>
a { background-color: #F93BAC; }
a { background-color: rgb(249,59,172); }
div.DivClassName
{
background-color: #F93BAC;
}
.BgClassName
{
background-color: #F93BAC;
}
</style>
border-color css
<style>
span { border-color: #F93BAC; }
span { border-color: rgb(249,59,172); }
td.TdClassName
{
border-color: #F93BAC;
}
.TagClassName
{
border-color: #F93BAC;
}
</style>