Shades of Brilliant Rose #F04BAF
Tints of Brilliant Rose #F04BAF
RGB
CMYK
RGB Variations
Color information
#F04BAF (or 0xF04BAF) is known color: Brilliant Rose. HEX triplet: F0, 4B and AF. RGB value is (240,75,175). Sum of RGB (Red+Green+Blue) = 240+75+175=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04BAF is #0FB450. Grayscale: #878787. Windows color (decimal): -1029201 or 11488240. OLE color: 11488240.
HSL color Cylindrical-coordinate representation of color #F04BAF: hue angle of 323.64º 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 #F04BAF is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 175 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.06 |
| HSL | 323.64º | 0.85% | 0.62% | - |
| HSV(B) | 323.64º | 0.69% | 0.94% | - |
| XYZ | 46.19 | 26.65 | 43.27 | - |
| YUV | 135.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 175 | 0 | 0.69 | 0.27 | 0.06 | 323.64 | 0.85 | 0.62 |
| Hex | F0 | 4B | AF | 0 | 45 | 1B | 6 | 144 | 55 | 3E |
| Octal | 360 | 113 | 257 | 0 | 105 | 33 | 6 | 504 | 125 | 76 |
| Binary | 11110000 | 1001011 | 10101111 | 0 | 1000101 | 11011 | 110 | 101000100 | 1010101 | 111110 |
Color Harmonies of #F04BAF
Complementary color
Monochromatic Colors of #F04BAF
Black with #F04BAF
Text Example
Text Example
White with #F04BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04BAF; }
p { color: rgb(240,75,175); }
H1.HeaderClassName
{
color: #F04BAF;
}
.AnyTagClassName
{
color: #F04BAF;
}
</style>
background-color css
<style>
a { background-color: #F04BAF; }
a { background-color: rgb(240,75,175); }
div.DivClassName
{
background-color: #F04BAF;
}
.BgClassName
{
background-color: #F04BAF;
}
</style>
border-color css
<style>
span { border-color: #F04BAF; }
span { border-color: rgb(240,75,175); }
td.TdClassName
{
border-color: #F04BAF;
}
.TagClassName
{
border-color: #F04BAF;
}
</style>