Shades of Persian Rose #F83DAE
Tints of Persian Rose #F83DAE
RGB
CMYK
RGB Variations
Color information
#F83DAE (or 0xF83DAE) is known color: Persian Rose. HEX triplet: F8, 3D and AE. RGB value is (248,61,174). Sum of RGB (Red+Green+Blue) = 248+61+174=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 61 (24.22% from 255 or 12.63% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83DAE is #07C251. Grayscale: #818181. Windows color (decimal): -508498 or 11419128. OLE color: 11419128.
HSL color Cylindrical-coordinate representation of color #F83DAE: hue angle of 323.74º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83DAE is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 174 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.03 |
| HSL | 323.74º | 0.93% | 0.61% | - |
| HSV(B) | 323.74º | 0.75% | 0.97% | - |
| XYZ | 48.02 | 26.35 | 42.6 | - |
| YUV | 129.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 174 | 0 | 0.75 | 0.30 | 0.03 | 323.74 | 0.93 | 0.61 |
| Hex | F8 | 3D | AE | 0 | 4B | 1E | 3 | 144 | 5D | 3D |
| Octal | 370 | 75 | 256 | 0 | 113 | 36 | 3 | 504 | 135 | 75 |
| Binary | 11111000 | 111101 | 10101110 | 0 | 1001011 | 11110 | 11 | 101000100 | 1011101 | 111101 |
Color Harmonies of #F83DAE
Complementary color
Monochromatic Colors of #F83DAE
Black with #F83DAE
Text Example
Text Example
White with #F83DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DAE; }
p { color: rgb(248,61,174); }
H1.HeaderClassName
{
color: #F83DAE;
}
.AnyTagClassName
{
color: #F83DAE;
}
</style>
background-color css
<style>
a { background-color: #F83DAE; }
a { background-color: rgb(248,61,174); }
div.DivClassName
{
background-color: #F83DAE;
}
.BgClassName
{
background-color: #F83DAE;
}
</style>
border-color css
<style>
span { border-color: #F83DAE; }
span { border-color: rgb(248,61,174); }
td.TdClassName
{
border-color: #F83DAE;
}
.TagClassName
{
border-color: #F83DAE;
}
</style>