Shades of Persian Rose #F833AC
Tints of Persian Rose #F833AC
RGB
CMYK
RGB Variations
Color information
#F833AC (or 0xF833AC) is known color: Persian Rose. HEX triplet: F8, 33 and AC. RGB value is (248,51,172). Sum of RGB (Red+Green+Blue) = 248+51+172=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F833AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833AC is #07CC53. Grayscale: #7B7B7B. Windows color (decimal): -511060 or 11285496. OLE color: 11285496.
HSL color Cylindrical-coordinate representation of color #F833AC: hue angle of 323.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F833AC is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 172 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.03 |
| HSL | 323.15º | 0.93% | 0.59% | - |
| HSV(B) | 323.15º | 0.79% | 0.97% | - |
| XYZ | 47.34 | 25.3 | 41.42 | - |
| YUV | 123.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 172 | 0 | 0.79 | 0.31 | 0.03 | 323.15 | 0.93 | 0.59 |
| Hex | F8 | 33 | AC | 0 | 4F | 1F | 3 | 143 | 5D | 3B |
| Octal | 370 | 63 | 254 | 0 | 117 | 37 | 3 | 503 | 135 | 73 |
| Binary | 11111000 | 110011 | 10101100 | 0 | 1001111 | 11111 | 11 | 101000011 | 1011101 | 111011 |
Color Harmonies of #F833AC
Complementary color
Monochromatic Colors of #F833AC
Black with #F833AC
Text Example
Text Example
White with #F833AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833AC; }
p { color: rgb(248,51,172); }
H1.HeaderClassName
{
color: #F833AC;
}
.AnyTagClassName
{
color: #F833AC;
}
</style>
background-color css
<style>
a { background-color: #F833AC; }
a { background-color: rgb(248,51,172); }
div.DivClassName
{
background-color: #F833AC;
}
.BgClassName
{
background-color: #F833AC;
}
</style>
border-color css
<style>
span { border-color: #F833AC; }
span { border-color: rgb(248,51,172); }
td.TdClassName
{
border-color: #F833AC;
}
.TagClassName
{
border-color: #F833AC;
}
</style>