Shades of Brilliant Rose #F752A1
Tints of Brilliant Rose #F752A1
RGB
CMYK
RGB Variations
Color information
#F752A1 (or 0xF752A1) is known color: Brilliant Rose. HEX triplet: F7, 52 and A1. RGB value is (247,82,161). Sum of RGB (Red+Green+Blue) = 247+82+161=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F752A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752A1 is #08AD5E. Grayscale: #8C8C8C. Windows color (decimal): -568671 or 10572535. OLE color: 10572535.
HSL color Cylindrical-coordinate representation of color #F752A1: hue angle of 331.27º degrees, saturation: 0.91, 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 #F752A1 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 161 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.03 |
| HSL | 331.27º | 0.91% | 0.65% | - |
| HSV(B) | 331.27º | 0.67% | 0.97% | - |
| XYZ | 47.81 | 28.38 | 36.68 | - |
| YUV | 140.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 161 | 0 | 0.67 | 0.35 | 0.03 | 331.27 | 0.91 | 0.65 |
| Hex | F7 | 52 | A1 | 0 | 43 | 23 | 3 | 14B | 5B | 41 |
| Octal | 367 | 122 | 241 | 0 | 103 | 43 | 3 | 513 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10100001 | 0 | 1000011 | 100011 | 11 | 101001011 | 1011011 | 1000001 |
Color Harmonies of #F752A1
Complementary color
Monochromatic Colors of #F752A1
Black with #F752A1
Text Example
Text Example
White with #F752A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752A1; }
p { color: rgb(247,82,161); }
H1.HeaderClassName
{
color: #F752A1;
}
.AnyTagClassName
{
color: #F752A1;
}
</style>
background-color css
<style>
a { background-color: #F752A1; }
a { background-color: rgb(247,82,161); }
div.DivClassName
{
background-color: #F752A1;
}
.BgClassName
{
background-color: #F752A1;
}
</style>
border-color css
<style>
span { border-color: #F752A1; }
span { border-color: rgb(247,82,161); }
td.TdClassName
{
border-color: #F752A1;
}
.TagClassName
{
border-color: #F752A1;
}
</style>