Shades of Brilliant Rose #F74AB8
Tints of Brilliant Rose #F74AB8
RGB
CMYK
RGB Variations
Color information
#F74AB8 (or 0xF74AB8) is known color: Brilliant Rose. HEX triplet: F7, 4A and B8. RGB value is (247,74,184). Sum of RGB (Red+Green+Blue) = 247+74+184=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74AB8 is #08B547. Grayscale: #8A8A8A. Windows color (decimal): -570696 or 12077815. OLE color: 12077815.
HSL color Cylindrical-coordinate representation of color #F74AB8: hue angle of 321.85º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 184 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.03 |
| HSL | 321.85º | 0.92% | 0.63% | - |
| HSV(B) | 321.85º | 0.7% | 0.97% | - |
| XYZ | 49.46 | 28.13 | 48.17 | - |
| YUV | 138.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 184 | 0 | 0.70 | 0.26 | 0.03 | 321.85 | 0.92 | 0.63 |
| Hex | F7 | 4A | B8 | 0 | 46 | 1A | 3 | 142 | 5C | 3F |
| Octal | 367 | 112 | 270 | 0 | 106 | 32 | 3 | 502 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10111000 | 0 | 1000110 | 11010 | 11 | 101000010 | 1011100 | 111111 |
Color Harmonies of #F74AB8
Complementary color
Monochromatic Colors of #F74AB8
Black with #F74AB8
Text Example
Text Example
White with #F74AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AB8; }
p { color: rgb(247,74,184); }
H1.HeaderClassName
{
color: #F74AB8;
}
.AnyTagClassName
{
color: #F74AB8;
}
</style>
background-color css
<style>
a { background-color: #F74AB8; }
a { background-color: rgb(247,74,184); }
div.DivClassName
{
background-color: #F74AB8;
}
.BgClassName
{
background-color: #F74AB8;
}
</style>
border-color css
<style>
span { border-color: #F74AB8; }
span { border-color: rgb(247,74,184); }
td.TdClassName
{
border-color: #F74AB8;
}
.TagClassName
{
border-color: #F74AB8;
}
</style>