Shades of Brilliant Rose #F043A6
Tints of Brilliant Rose #F043A6
RGB
CMYK
RGB Variations
Color information
#F043A6 (or 0xF043A6) is known color: Brilliant Rose. HEX triplet: F0, 43 and A6. RGB value is (240,67,166). Sum of RGB (Red+Green+Blue) = 240+67+166=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F043A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F043A6 is #0FBC59. Grayscale: #818181. Windows color (decimal): -1031258 or 10896368. OLE color: 10896368.
HSL color Cylindrical-coordinate representation of color #F043A6: hue angle of 325.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043A6 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 166 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.06 |
| HSL | 325.66º | 0.85% | 0.6% | - |
| HSV(B) | 325.66º | 0.72% | 0.94% | - |
| XYZ | 44.83 | 25.29 | 38.6 | - |
| YUV | 130.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 166 | 0 | 0.72 | 0.31 | 0.06 | 325.66 | 0.85 | 0.6 |
| Hex | F0 | 43 | A6 | 0 | 48 | 1F | 6 | 146 | 55 | 3C |
| Octal | 360 | 103 | 246 | 0 | 110 | 37 | 6 | 506 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10100110 | 0 | 1001000 | 11111 | 110 | 101000110 | 1010101 | 111100 |
Color Harmonies of #F043A6
Complementary color
Monochromatic Colors of #F043A6
Black with #F043A6
Text Example
Text Example
White with #F043A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043A6; }
p { color: rgb(240,67,166); }
H1.HeaderClassName
{
color: #F043A6;
}
.AnyTagClassName
{
color: #F043A6;
}
</style>
background-color css
<style>
a { background-color: #F043A6; }
a { background-color: rgb(240,67,166); }
div.DivClassName
{
background-color: #F043A6;
}
.BgClassName
{
background-color: #F043A6;
}
</style>
border-color css
<style>
span { border-color: #F043A6; }
span { border-color: rgb(240,67,166); }
td.TdClassName
{
border-color: #F043A6;
}
.TagClassName
{
border-color: #F043A6;
}
</style>