Shades of Persian Rose #F834A4
Tints of Persian Rose #F834A4
RGB
CMYK
RGB Variations
Color information
#F834A4 (or 0xF834A4) is known color: Persian Rose. HEX triplet: F8, 34 and A4. RGB value is (248,52,164). Sum of RGB (Red+Green+Blue) = 248+52+164=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F834A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F834A4 is #07CB5B. Grayscale: #7B7B7B. Windows color (decimal): -510812 or 10761464. OLE color: 10761464.
HSL color Cylindrical-coordinate representation of color #F834A4: hue angle of 325.71º 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 #F834A4 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 164 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.03 |
| HSL | 325.71º | 0.93% | 0.59% | - |
| HSV(B) | 325.71º | 0.79% | 0.97% | - |
| XYZ | 46.64 | 25.09 | 37.51 | - |
| YUV | 123.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 164 | 0 | 0.79 | 0.34 | 0.03 | 325.71 | 0.93 | 0.59 |
| Hex | F8 | 34 | A4 | 0 | 4F | 22 | 3 | 146 | 5D | 3B |
| Octal | 370 | 64 | 244 | 0 | 117 | 42 | 3 | 506 | 135 | 73 |
| Binary | 11111000 | 110100 | 10100100 | 0 | 1001111 | 100010 | 11 | 101000110 | 1011101 | 111011 |
Color Harmonies of #F834A4
Complementary color
Monochromatic Colors of #F834A4
Black with #F834A4
Text Example
Text Example
White with #F834A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F834A4; }
p { color: rgb(248,52,164); }
H1.HeaderClassName
{
color: #F834A4;
}
.AnyTagClassName
{
color: #F834A4;
}
</style>
background-color css
<style>
a { background-color: #F834A4; }
a { background-color: rgb(248,52,164); }
div.DivClassName
{
background-color: #F834A4;
}
.BgClassName
{
background-color: #F834A4;
}
</style>
border-color css
<style>
span { border-color: #F834A4; }
span { border-color: rgb(248,52,164); }
td.TdClassName
{
border-color: #F834A4;
}
.TagClassName
{
border-color: #F834A4;
}
</style>