Shades of Brilliant Rose #F75AAB
Tints of Brilliant Rose #F75AAB
RGB
CMYK
RGB Variations
Color information
#F75AAB (or 0xF75AAB) is known color: Brilliant Rose. HEX triplet: F7, 5A and AB. RGB value is (247,90,171). Sum of RGB (Red+Green+Blue) = 247+90+171=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AAB is #08A554. Grayscale: #929292. Windows color (decimal): -566613 or 11229943. OLE color: 11229943.
HSL color Cylindrical-coordinate representation of color #F75AAB: hue angle of 329.04º 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 #F75AAB is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 171 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.03 |
| HSL | 329.04º | 0.91% | 0.66% | - |
| HSV(B) | 329.04º | 0.64% | 0.97% | - |
| XYZ | 49.36 | 30.03 | 41.72 | - |
| YUV | 146.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 171 | 0 | 0.64 | 0.31 | 0.03 | 329.04 | 0.91 | 0.66 |
| Hex | F7 | 5A | AB | 0 | 40 | 1F | 3 | 149 | 5B | 42 |
| Octal | 367 | 132 | 253 | 0 | 100 | 37 | 3 | 511 | 133 | 102 |
| Binary | 11110111 | 1011010 | 10101011 | 0 | 1000000 | 11111 | 11 | 101001001 | 1011011 | 1000010 |
Color Harmonies of #F75AAB
Complementary color
Monochromatic Colors of #F75AAB
Black with #F75AAB
Text Example
Text Example
White with #F75AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75AAB; }
p { color: rgb(247,90,171); }
H1.HeaderClassName
{
color: #F75AAB;
}
.AnyTagClassName
{
color: #F75AAB;
}
</style>
background-color css
<style>
a { background-color: #F75AAB; }
a { background-color: rgb(247,90,171); }
div.DivClassName
{
background-color: #F75AAB;
}
.BgClassName
{
background-color: #F75AAB;
}
</style>
border-color css
<style>
span { border-color: #F75AAB; }
span { border-color: rgb(247,90,171); }
td.TdClassName
{
border-color: #F75AAB;
}
.TagClassName
{
border-color: #F75AAB;
}
</style>