Shades of Persian Rose #F835AD
Tints of Persian Rose #F835AD
RGB
CMYK
RGB Variations
Color information
#F835AD (or 0xF835AD) is known color: Persian Rose. HEX triplet: F8, 35 and AD. RGB value is (248,53,173). Sum of RGB (Red+Green+Blue) = 248+53+173=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F835AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F835AD is #07CA52. Grayscale: #7C7C7C. Windows color (decimal): -510547 or 11351544. OLE color: 11351544.
HSL color Cylindrical-coordinate representation of color #F835AD: hue angle of 323.08º 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 #F835AD is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 173 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.03 |
| HSL | 323.08º | 0.93% | 0.59% | - |
| HSV(B) | 323.08º | 0.79% | 0.97% | - |
| XYZ | 47.53 | 25.52 | 41.96 | - |
| YUV | 124.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 173 | 0 | 0.79 | 0.30 | 0.03 | 323.08 | 0.93 | 0.59 |
| Hex | F8 | 35 | AD | 0 | 4F | 1E | 3 | 143 | 5D | 3B |
| Octal | 370 | 65 | 255 | 0 | 117 | 36 | 3 | 503 | 135 | 73 |
| Binary | 11111000 | 110101 | 10101101 | 0 | 1001111 | 11110 | 11 | 101000011 | 1011101 | 111011 |
Color Harmonies of #F835AD
Complementary color
Monochromatic Colors of #F835AD
Black with #F835AD
Text Example
Text Example
White with #F835AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F835AD; }
p { color: rgb(248,53,173); }
H1.HeaderClassName
{
color: #F835AD;
}
.AnyTagClassName
{
color: #F835AD;
}
</style>
background-color css
<style>
a { background-color: #F835AD; }
a { background-color: rgb(248,53,173); }
div.DivClassName
{
background-color: #F835AD;
}
.BgClassName
{
background-color: #F835AD;
}
</style>
border-color css
<style>
span { border-color: #F835AD; }
span { border-color: rgb(248,53,173); }
td.TdClassName
{
border-color: #F835AD;
}
.TagClassName
{
border-color: #F835AD;
}
</style>