Shades of Brilliant Rose #F75AAE
Tints of Brilliant Rose #F75AAE
RGB
CMYK
RGB Variations
Color information
#F75AAE (or 0xF75AAE) is known color: Brilliant Rose. HEX triplet: F7, 5A and AE. RGB value is (247,90,174). Sum of RGB (Red+Green+Blue) = 247+90+174=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AAE is #08A551. Grayscale: #929292. Windows color (decimal): -566610 or 11426551. OLE color: 11426551.
HSL color Cylindrical-coordinate representation of color #F75AAE: hue angle of 327.9º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AAE is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 174 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.03 |
| HSL | 327.9º | 0.91% | 0.66% | - |
| HSV(B) | 327.9º | 0.64% | 0.97% | - |
| XYZ | 49.65 | 30.14 | 43.25 | - |
| YUV | 146.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 174 | 0 | 0.64 | 0.30 | 0.03 | 327.9 | 0.91 | 0.66 |
| Hex | F7 | 5A | AE | 0 | 40 | 1E | 3 | 148 | 5B | 42 |
| Octal | 367 | 132 | 256 | 0 | 100 | 36 | 3 | 510 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10101110 | 0 | 1000000 | 11110 | 11 | 101001000 | 1011011 | 1000010 |
Color Harmonies of #F75AAE
Complementary color
Monochromatic Colors of #F75AAE
Black with #F75AAE
Text Example
Text Example
White with #F75AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75AAE; }
p { color: rgb(247,90,174); }
H1.HeaderClassName
{
color: #F75AAE;
}
.AnyTagClassName
{
color: #F75AAE;
}
</style>
background-color css
<style>
a { background-color: #F75AAE; }
a { background-color: rgb(247,90,174); }
div.DivClassName
{
background-color: #F75AAE;
}
.BgClassName
{
background-color: #F75AAE;
}
</style>
border-color css
<style>
span { border-color: #F75AAE; }
span { border-color: rgb(247,90,174); }
td.TdClassName
{
border-color: #F75AAE;
}
.TagClassName
{
border-color: #F75AAE;
}
</style>