Shades of Persian Rose #F83CAF
Tints of Persian Rose #F83CAF
RGB
CMYK
RGB Variations
Color information
#F83CAF (or 0xF83CAF) is known color: Persian Rose. HEX triplet: F8, 3C and AF. RGB value is (248,60,175). Sum of RGB (Red+Green+Blue) = 248+60+175=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CAF is #07C350. Grayscale: #818181. Windows color (decimal): -508753 or 11484408. OLE color: 11484408.
HSL color Cylindrical-coordinate representation of color #F83CAF: hue angle of 323.3º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CAF is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 175 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.03 |
| HSL | 323.3º | 0.93% | 0.6% | - |
| HSV(B) | 323.3º | 0.76% | 0.97% | - |
| XYZ | 48.07 | 26.28 | 43.1 | - |
| YUV | 129.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 175 | 0 | 0.76 | 0.29 | 0.03 | 323.3 | 0.93 | 0.6 |
| Hex | F8 | 3C | AF | 0 | 4C | 1D | 3 | 143 | 5D | 3C |
| Octal | 370 | 74 | 257 | 0 | 114 | 35 | 3 | 503 | 135 | 74 |
| Binary | 11111000 | 111100 | 10101111 | 0 | 1001100 | 11101 | 11 | 101000011 | 1011101 | 111100 |
Color Harmonies of #F83CAF
Complementary color
Monochromatic Colors of #F83CAF
Black with #F83CAF
Text Example
Text Example
White with #F83CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CAF; }
p { color: rgb(248,60,175); }
H1.HeaderClassName
{
color: #F83CAF;
}
.AnyTagClassName
{
color: #F83CAF;
}
</style>
background-color css
<style>
a { background-color: #F83CAF; }
a { background-color: rgb(248,60,175); }
div.DivClassName
{
background-color: #F83CAF;
}
.BgClassName
{
background-color: #F83CAF;
}
</style>
border-color css
<style>
span { border-color: #F83CAF; }
span { border-color: rgb(248,60,175); }
td.TdClassName
{
border-color: #F83CAF;
}
.TagClassName
{
border-color: #F83CAF;
}
</style>