Shades of Brilliant Rose #F04CAB
Tints of Brilliant Rose #F04CAB
RGB
CMYK
RGB Variations
Color information
#F04CAB (or 0xF04CAB) is known color: Brilliant Rose. HEX triplet: F0, 4C and AB. RGB value is (240,76,171). Sum of RGB (Red+Green+Blue) = 240+76+171=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CAB is #0FB354. Grayscale: #878787. Windows color (decimal): -1028949 or 11226352. OLE color: 11226352.
HSL color Cylindrical-coordinate representation of color #F04CAB: hue angle of 325.24º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CAB is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 171 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.06 |
| HSL | 325.24º | 0.85% | 0.62% | - |
| HSV(B) | 325.24º | 0.68% | 0.94% | - |
| XYZ | 45.87 | 26.63 | 41.25 | - |
| YUV | 135.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 171 | 0 | 0.68 | 0.29 | 0.06 | 325.24 | 0.85 | 0.62 |
| Hex | F0 | 4C | AB | 0 | 44 | 1D | 6 | 145 | 55 | 3E |
| Octal | 360 | 114 | 253 | 0 | 104 | 35 | 6 | 505 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10101011 | 0 | 1000100 | 11101 | 110 | 101000101 | 1010101 | 111110 |
Color Harmonies of #F04CAB
Complementary color
Monochromatic Colors of #F04CAB
Black with #F04CAB
Text Example
Text Example
White with #F04CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CAB; }
p { color: rgb(240,76,171); }
H1.HeaderClassName
{
color: #F04CAB;
}
.AnyTagClassName
{
color: #F04CAB;
}
</style>
background-color css
<style>
a { background-color: #F04CAB; }
a { background-color: rgb(240,76,171); }
div.DivClassName
{
background-color: #F04CAB;
}
.BgClassName
{
background-color: #F04CAB;
}
</style>
border-color css
<style>
span { border-color: #F04CAB; }
span { border-color: rgb(240,76,171); }
td.TdClassName
{
border-color: #F04CAB;
}
.TagClassName
{
border-color: #F04CAB;
}
</style>