Shades of Persian Rose #F933AD
Tints of Persian Rose #F933AD
RGB
CMYK
RGB Variations
Color information
#F933AD (or 0xF933AD) is known color: Persian Rose. HEX triplet: F9, 33 and AD. RGB value is (249,51,173). Sum of RGB (Red+Green+Blue) = 249+51+173=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F933AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F933AD is #06CC52. Grayscale: #7B7B7B. Windows color (decimal): -445523 or 11351033. OLE color: 11351033.
HSL color Cylindrical-coordinate representation of color #F933AD: hue angle of 323.03º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933AD is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 173 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.02 |
| HSL | 323.03º | 0.94% | 0.59% | - |
| HSV(B) | 323.03º | 0.8% | 0.98% | - |
| XYZ | 47.79 | 25.52 | 41.94 | - |
| YUV | 124.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 173 | 0 | 0.80 | 0.31 | 0.02 | 323.03 | 0.94 | 0.59 |
| Hex | F9 | 33 | AD | 0 | 50 | 1F | 2 | 143 | 5E | 3B |
| Octal | 371 | 63 | 255 | 0 | 120 | 37 | 2 | 503 | 136 | 73 |
| Binary | 11111001 | 110011 | 10101101 | 0 | 1010000 | 11111 | 10 | 101000011 | 1011110 | 111011 |
Color Harmonies of #F933AD
Complementary color
Monochromatic Colors of #F933AD
Black with #F933AD
Text Example
Text Example
White with #F933AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933AD; }
p { color: rgb(249,51,173); }
H1.HeaderClassName
{
color: #F933AD;
}
.AnyTagClassName
{
color: #F933AD;
}
</style>
background-color css
<style>
a { background-color: #F933AD; }
a { background-color: rgb(249,51,173); }
div.DivClassName
{
background-color: #F933AD;
}
.BgClassName
{
background-color: #F933AD;
}
</style>
border-color css
<style>
span { border-color: #F933AD; }
span { border-color: rgb(249,51,173); }
td.TdClassName
{
border-color: #F933AD;
}
.TagClassName
{
border-color: #F933AD;
}
</style>