Shades of Brilliant Rose #F74DB4
Tints of Brilliant Rose #F74DB4
RGB
CMYK
RGB Variations
Color information
#F74DB4 (or 0xF74DB4) is known color: Brilliant Rose. HEX triplet: F7, 4D and B4. RGB value is (247,77,180). Sum of RGB (Red+Green+Blue) = 247+77+180=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DB4 is #08B24B. Grayscale: #8B8B8B. Windows color (decimal): -569932 or 11816439. OLE color: 11816439.
HSL color Cylindrical-coordinate representation of color #F74DB4: hue angle of 323.65º 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 #F74DB4 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 180 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.03 |
| HSL | 323.65º | 0.91% | 0.64% | - |
| HSV(B) | 323.65º | 0.69% | 0.97% | - |
| XYZ | 49.25 | 28.38 | 46.06 | - |
| YUV | 139.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 180 | 0 | 0.69 | 0.27 | 0.03 | 323.65 | 0.91 | 0.64 |
| Hex | F7 | 4D | B4 | 0 | 45 | 1B | 3 | 144 | 5B | 40 |
| Octal | 367 | 115 | 264 | 0 | 105 | 33 | 3 | 504 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10110100 | 0 | 1000101 | 11011 | 11 | 101000100 | 1011011 | 1000000 |
Color Harmonies of #F74DB4
Complementary color
Monochromatic Colors of #F74DB4
Black with #F74DB4
Text Example
Text Example
White with #F74DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DB4; }
p { color: rgb(247,77,180); }
H1.HeaderClassName
{
color: #F74DB4;
}
.AnyTagClassName
{
color: #F74DB4;
}
</style>
background-color css
<style>
a { background-color: #F74DB4; }
a { background-color: rgb(247,77,180); }
div.DivClassName
{
background-color: #F74DB4;
}
.BgClassName
{
background-color: #F74DB4;
}
</style>
border-color css
<style>
span { border-color: #F74DB4; }
span { border-color: rgb(247,77,180); }
td.TdClassName
{
border-color: #F74DB4;
}
.TagClassName
{
border-color: #F74DB4;
}
</style>