Shades of Brilliant Rose #F752A4
Tints of Brilliant Rose #F752A4
RGB
CMYK
RGB Variations
Color information
#F752A4 (or 0xF752A4) is known color: Brilliant Rose. HEX triplet: F7, 52 and A4. RGB value is (247,82,164). Sum of RGB (Red+Green+Blue) = 247+82+164=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F752A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752A4 is #08AD5B. Grayscale: #8C8C8C. Windows color (decimal): -568668 or 10769143. OLE color: 10769143.
HSL color Cylindrical-coordinate representation of color #F752A4: hue angle of 330.18º 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 #F752A4 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 164 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.03 |
| HSL | 330.18º | 0.91% | 0.65% | - |
| HSV(B) | 330.18º | 0.67% | 0.97% | - |
| XYZ | 48.08 | 28.49 | 38.09 | - |
| YUV | 140.68 | 141.16 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 164 | 0 | 0.67 | 0.34 | 0.03 | 330.18 | 0.91 | 0.65 |
| Hex | F7 | 52 | A4 | 0 | 43 | 22 | 3 | 14A | 5B | 41 |
| Octal | 367 | 122 | 244 | 0 | 103 | 42 | 3 | 512 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10100100 | 0 | 1000011 | 100010 | 11 | 101001010 | 1011011 | 1000001 |
Color Harmonies of #F752A4
Complementary color
Monochromatic Colors of #F752A4
Black with #F752A4
Text Example
Text Example
White with #F752A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752A4; }
p { color: rgb(247,82,164); }
H1.HeaderClassName
{
color: #F752A4;
}
.AnyTagClassName
{
color: #F752A4;
}
</style>
background-color css
<style>
a { background-color: #F752A4; }
a { background-color: rgb(247,82,164); }
div.DivClassName
{
background-color: #F752A4;
}
.BgClassName
{
background-color: #F752A4;
}
</style>
border-color css
<style>
span { border-color: #F752A4; }
span { border-color: rgb(247,82,164); }
td.TdClassName
{
border-color: #F752A4;
}
.TagClassName
{
border-color: #F752A4;
}
</style>