Shades of Brilliant Rose #F754A4
Tints of Brilliant Rose #F754A4
RGB
CMYK
RGB Variations
Color information
#F754A4 (or 0xF754A4) is known color: Brilliant Rose. HEX triplet: F7, 54 and A4. RGB value is (247,84,164). Sum of RGB (Red+Green+Blue) = 247+84+164=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F754A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754A4 is #08AB5B. Grayscale: #8D8D8D. Windows color (decimal): -568156 or 10769655. OLE color: 10769655.
HSL color Cylindrical-coordinate representation of color #F754A4: hue angle of 330.55º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754A4 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 164 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.03 |
| HSL | 330.55º | 0.91% | 0.65% | - |
| HSV(B) | 330.55º | 0.66% | 0.97% | - |
| XYZ | 48.23 | 28.8 | 38.14 | - |
| YUV | 141.86 | 140.5 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 164 | 0 | 0.66 | 0.34 | 0.03 | 330.55 | 0.91 | 0.65 |
| Hex | F7 | 54 | A4 | 0 | 42 | 22 | 3 | 14B | 5B | 41 |
| Octal | 367 | 124 | 244 | 0 | 102 | 42 | 3 | 513 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10100100 | 0 | 1000010 | 100010 | 11 | 101001011 | 1011011 | 1000001 |
Color Harmonies of #F754A4
Complementary color
Monochromatic Colors of #F754A4
Black with #F754A4
Text Example
Text Example
White with #F754A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754A4; }
p { color: rgb(247,84,164); }
H1.HeaderClassName
{
color: #F754A4;
}
.AnyTagClassName
{
color: #F754A4;
}
</style>
background-color css
<style>
a { background-color: #F754A4; }
a { background-color: rgb(247,84,164); }
div.DivClassName
{
background-color: #F754A4;
}
.BgClassName
{
background-color: #F754A4;
}
</style>
border-color css
<style>
span { border-color: #F754A4; }
span { border-color: rgb(247,84,164); }
td.TdClassName
{
border-color: #F754A4;
}
.TagClassName
{
border-color: #F754A4;
}
</style>