Shades of Brilliant Rose #F04AAF
Tints of Brilliant Rose #F04AAF
RGB
CMYK
RGB Variations
Color information
#F04AAF (or 0xF04AAF) is known color: Brilliant Rose. HEX triplet: F0, 4A and AF. RGB value is (240,74,175). Sum of RGB (Red+Green+Blue) = 240+74+175=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04AAF is #0FB550. Grayscale: #868686. Windows color (decimal): -1029457 or 11487984. OLE color: 11487984.
HSL color Cylindrical-coordinate representation of color #F04AAF: hue angle of 323.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04AAF is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 175 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.06 |
| HSL | 323.49º | 0.85% | 0.62% | - |
| HSV(B) | 323.49º | 0.69% | 0.94% | - |
| XYZ | 46.12 | 26.52 | 43.25 | - |
| YUV | 135.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 175 | 0 | 0.69 | 0.27 | 0.06 | 323.49 | 0.85 | 0.62 |
| Hex | F0 | 4A | AF | 0 | 45 | 1B | 6 | 143 | 55 | 3E |
| Octal | 360 | 112 | 257 | 0 | 105 | 33 | 6 | 503 | 125 | 76 |
| Binary | 11110000 | 1001010 | 10101111 | 0 | 1000101 | 11011 | 110 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F04AAF
Complementary color
Monochromatic Colors of #F04AAF
Black with #F04AAF
Text Example
Text Example
White with #F04AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AAF; }
p { color: rgb(240,74,175); }
H1.HeaderClassName
{
color: #F04AAF;
}
.AnyTagClassName
{
color: #F04AAF;
}
</style>
background-color css
<style>
a { background-color: #F04AAF; }
a { background-color: rgb(240,74,175); }
div.DivClassName
{
background-color: #F04AAF;
}
.BgClassName
{
background-color: #F04AAF;
}
</style>
border-color css
<style>
span { border-color: #F04AAF; }
span { border-color: rgb(240,74,175); }
td.TdClassName
{
border-color: #F04AAF;
}
.TagClassName
{
border-color: #F04AAF;
}
</style>