Shades of Persian Rose #F838AF
Tints of Persian Rose #F838AF
RGB
CMYK
RGB Variations
Color information
#F838AF (or 0xF838AF) is known color: Persian Rose. HEX triplet: F8, 38 and AF. RGB value is (248,56,175). Sum of RGB (Red+Green+Blue) = 248+56+175=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F838AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F838AF is #07C750. Grayscale: #7E7E7E. Windows color (decimal): -509777 or 11483384. OLE color: 11483384.
HSL color Cylindrical-coordinate representation of color #F838AF: hue angle of 322.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838AF is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 175 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.03 |
| HSL | 322.81º | 0.93% | 0.6% | - |
| HSV(B) | 322.81º | 0.77% | 0.97% | - |
| XYZ | 47.86 | 25.88 | 43.03 | - |
| YUV | 126.97 | 155.11 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 175 | 0 | 0.77 | 0.29 | 0.03 | 322.81 | 0.93 | 0.6 |
| Hex | F8 | 38 | AF | 0 | 4D | 1D | 3 | 143 | 5D | 3C |
| Octal | 370 | 70 | 257 | 0 | 115 | 35 | 3 | 503 | 135 | 74 |
| Binary | 11111000 | 111000 | 10101111 | 0 | 1001101 | 11101 | 11 | 101000011 | 1011101 | 111100 |
Color Harmonies of #F838AF
Complementary color
Monochromatic Colors of #F838AF
Black with #F838AF
Text Example
Text Example
White with #F838AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838AF; }
p { color: rgb(248,56,175); }
H1.HeaderClassName
{
color: #F838AF;
}
.AnyTagClassName
{
color: #F838AF;
}
</style>
background-color css
<style>
a { background-color: #F838AF; }
a { background-color: rgb(248,56,175); }
div.DivClassName
{
background-color: #F838AF;
}
.BgClassName
{
background-color: #F838AF;
}
</style>
border-color css
<style>
span { border-color: #F838AF; }
span { border-color: rgb(248,56,175); }
td.TdClassName
{
border-color: #F838AF;
}
.TagClassName
{
border-color: #F838AF;
}
</style>