Shades of Brilliant Rose #F74DAB
Tints of Brilliant Rose #F74DAB
RGB
CMYK
RGB Variations
Color information
#F74DAB (or 0xF74DAB) is known color: Brilliant Rose. HEX triplet: F7, 4D and AB. RGB value is (247,77,171). Sum of RGB (Red+Green+Blue) = 247+77+171=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74DAB is #08B254. Grayscale: #8A8A8A. Windows color (decimal): -569941 or 11226615. OLE color: 11226615.
HSL color Cylindrical-coordinate representation of color #F74DAB: hue angle of 326.82º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DAB is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 171 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.03 |
| HSL | 326.82º | 0.91% | 0.64% | - |
| HSV(B) | 326.82º | 0.69% | 0.97% | - |
| XYZ | 48.36 | 28.02 | 41.39 | - |
| YUV | 138.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 171 | 0 | 0.69 | 0.31 | 0.03 | 326.82 | 0.91 | 0.64 |
| Hex | F7 | 4D | AB | 0 | 45 | 1F | 3 | 147 | 5B | 40 |
| Octal | 367 | 115 | 253 | 0 | 105 | 37 | 3 | 507 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10101011 | 0 | 1000101 | 11111 | 11 | 101000111 | 1011011 | 1000000 |
Color Harmonies of #F74DAB
Complementary color
Monochromatic Colors of #F74DAB
Black with #F74DAB
Text Example
Text Example
White with #F74DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DAB; }
p { color: rgb(247,77,171); }
H1.HeaderClassName
{
color: #F74DAB;
}
.AnyTagClassName
{
color: #F74DAB;
}
</style>
background-color css
<style>
a { background-color: #F74DAB; }
a { background-color: rgb(247,77,171); }
div.DivClassName
{
background-color: #F74DAB;
}
.BgClassName
{
background-color: #F74DAB;
}
</style>
border-color css
<style>
span { border-color: #F74DAB; }
span { border-color: rgb(247,77,171); }
td.TdClassName
{
border-color: #F74DAB;
}
.TagClassName
{
border-color: #F74DAB;
}
</style>