Shades of Brilliant Rose #F853A4
Tints of Brilliant Rose #F853A4
RGB
CMYK
RGB Variations
Color information
#F853A4 (or 0xF853A4) is known color: Brilliant Rose. HEX triplet: F8, 53 and A4. RGB value is (248,83,164). Sum of RGB (Red+Green+Blue) = 248+83+164=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F853A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F853A4 is #07AC5B. Grayscale: #8D8D8D. Windows color (decimal): -502876 or 10769400. OLE color: 10769400.
HSL color Cylindrical-coordinate representation of color #F853A4: hue angle of 330.55º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853A4 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 164 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.03 |
| HSL | 330.55º | 0.92% | 0.65% | - |
| HSV(B) | 330.55º | 0.67% | 0.97% | - |
| XYZ | 48.51 | 28.82 | 38.13 | - |
| YUV | 141.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 164 | 0 | 0.67 | 0.34 | 0.03 | 330.55 | 0.92 | 0.65 |
| Hex | F8 | 53 | A4 | 0 | 43 | 22 | 3 | 14B | 5C | 41 |
| Octal | 370 | 123 | 244 | 0 | 103 | 42 | 3 | 513 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10100100 | 0 | 1000011 | 100010 | 11 | 101001011 | 1011100 | 1000001 |
Color Harmonies of #F853A4
Complementary color
Monochromatic Colors of #F853A4
Black with #F853A4
Text Example
Text Example
White with #F853A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853A4; }
p { color: rgb(248,83,164); }
H1.HeaderClassName
{
color: #F853A4;
}
.AnyTagClassName
{
color: #F853A4;
}
</style>
background-color css
<style>
a { background-color: #F853A4; }
a { background-color: rgb(248,83,164); }
div.DivClassName
{
background-color: #F853A4;
}
.BgClassName
{
background-color: #F853A4;
}
</style>
border-color css
<style>
span { border-color: #F853A4; }
span { border-color: rgb(248,83,164); }
td.TdClassName
{
border-color: #F853A4;
}
.TagClassName
{
border-color: #F853A4;
}
</style>