Shades of Brilliant Rose #F74AB1
Tints of Brilliant Rose #F74AB1
RGB
CMYK
RGB Variations
Color information
#F74AB1 (or 0xF74AB1) is known color: Brilliant Rose. HEX triplet: F7, 4A and B1. RGB value is (247,74,177). Sum of RGB (Red+Green+Blue) = 247+74+177=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74AB1 is #08B54E. Grayscale: #898989. Windows color (decimal): -570703 or 11619063. OLE color: 11619063.
HSL color Cylindrical-coordinate representation of color #F74AB1: hue angle of 324.28º 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 #F74AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 177 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.03 |
| HSL | 324.28º | 0.92% | 0.63% | - |
| HSV(B) | 324.28º | 0.7% | 0.97% | - |
| XYZ | 48.74 | 27.85 | 44.4 | - |
| YUV | 137.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 177 | 0 | 0.70 | 0.28 | 0.03 | 324.28 | 0.92 | 0.63 |
| Hex | F7 | 4A | B1 | 0 | 46 | 1C | 3 | 144 | 5C | 3F |
| Octal | 367 | 112 | 261 | 0 | 106 | 34 | 3 | 504 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10110001 | 0 | 1000110 | 11100 | 11 | 101000100 | 1011100 | 111111 |
Color Harmonies of #F74AB1
Complementary color
Monochromatic Colors of #F74AB1
Black with #F74AB1
Text Example
Text Example
White with #F74AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AB1; }
p { color: rgb(247,74,177); }
H1.HeaderClassName
{
color: #F74AB1;
}
.AnyTagClassName
{
color: #F74AB1;
}
</style>
background-color css
<style>
a { background-color: #F74AB1; }
a { background-color: rgb(247,74,177); }
div.DivClassName
{
background-color: #F74AB1;
}
.BgClassName
{
background-color: #F74AB1;
}
</style>
border-color css
<style>
span { border-color: #F74AB1; }
span { border-color: rgb(247,74,177); }
td.TdClassName
{
border-color: #F74AB1;
}
.TagClassName
{
border-color: #F74AB1;
}
</style>