Shades of Persian Rose #F833AF
Tints of Persian Rose #F833AF
RGB
CMYK
RGB Variations
Color information
#F833AF (or 0xF833AF) is known color: Persian Rose. HEX triplet: F8, 33 and AF. RGB value is (248,51,175). Sum of RGB (Red+Green+Blue) = 248+51+175=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F833AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833AF is #07CC50. Grayscale: #7B7B7B. Windows color (decimal): -511057 or 11482104. OLE color: 11482104.
HSL color Cylindrical-coordinate representation of color #F833AF: hue angle of 322.23º 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 #F833AF is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 175 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.03 |
| HSL | 322.23º | 0.93% | 0.59% | - |
| HSV(B) | 322.23º | 0.79% | 0.97% | - |
| XYZ | 47.63 | 25.42 | 42.95 | - |
| YUV | 124.04 | 156.77 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 175 | 0 | 0.79 | 0.29 | 0.03 | 322.23 | 0.93 | 0.59 |
| Hex | F8 | 33 | AF | 0 | 4F | 1D | 3 | 142 | 5D | 3B |
| Octal | 370 | 63 | 257 | 0 | 117 | 35 | 3 | 502 | 135 | 73 |
| Binary | 11111000 | 110011 | 10101111 | 0 | 1001111 | 11101 | 11 | 101000010 | 1011101 | 111011 |
Color Harmonies of #F833AF
Complementary color
Monochromatic Colors of #F833AF
Black with #F833AF
Text Example
Text Example
White with #F833AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833AF; }
p { color: rgb(248,51,175); }
H1.HeaderClassName
{
color: #F833AF;
}
.AnyTagClassName
{
color: #F833AF;
}
</style>
background-color css
<style>
a { background-color: #F833AF; }
a { background-color: rgb(248,51,175); }
div.DivClassName
{
background-color: #F833AF;
}
.BgClassName
{
background-color: #F833AF;
}
</style>
border-color css
<style>
span { border-color: #F833AF; }
span { border-color: rgb(248,51,175); }
td.TdClassName
{
border-color: #F833AF;
}
.TagClassName
{
border-color: #F833AF;
}
</style>