Shades of Persian Rose #F830AF
Tints of Persian Rose #F830AF
RGB
CMYK
RGB Variations
Color information
#F830AF (or 0xF830AF) is known color: Persian Rose. HEX triplet: F8, 30 and AF. RGB value is (248,48,175). Sum of RGB (Red+Green+Blue) = 248+48+175=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F830AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F830AF is #07CF50. Grayscale: #797979. Windows color (decimal): -511825 or 11481336. OLE color: 11481336.
HSL color Cylindrical-coordinate representation of color #F830AF: hue angle of 321.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830AF is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 175 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.03 |
| HSL | 321.9º | 0.93% | 0.58% | - |
| HSV(B) | 321.9º | 0.81% | 0.97% | - |
| XYZ | 47.51 | 25.17 | 42.91 | - |
| YUV | 122.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 175 | 0 | 0.81 | 0.29 | 0.03 | 321.9 | 0.93 | 0.58 |
| Hex | F8 | 30 | AF | 0 | 51 | 1D | 3 | 142 | 5D | 3A |
| Octal | 370 | 60 | 257 | 0 | 121 | 35 | 3 | 502 | 135 | 72 |
| Binary | 11111000 | 110000 | 10101111 | 0 | 1010001 | 11101 | 11 | 101000010 | 1011101 | 111010 |
Color Harmonies of #F830AF
Complementary color
Monochromatic Colors of #F830AF
Black with #F830AF
Text Example
Text Example
White with #F830AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830AF; }
p { color: rgb(248,48,175); }
H1.HeaderClassName
{
color: #F830AF;
}
.AnyTagClassName
{
color: #F830AF;
}
</style>
background-color css
<style>
a { background-color: #F830AF; }
a { background-color: rgb(248,48,175); }
div.DivClassName
{
background-color: #F830AF;
}
.BgClassName
{
background-color: #F830AF;
}
</style>
border-color css
<style>
span { border-color: #F830AF; }
span { border-color: rgb(248,48,175); }
td.TdClassName
{
border-color: #F830AF;
}
.TagClassName
{
border-color: #F830AF;
}
</style>