Shades of Brilliant Rose #F043B2
Tints of Brilliant Rose #F043B2
RGB
CMYK
RGB Variations
Color information
#F043B2 (or 0xF043B2) is known color: Brilliant Rose. HEX triplet: F0, 43 and B2. RGB value is (240,67,178). Sum of RGB (Red+Green+Blue) = 240+67+178=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F043B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F043B2 is #0FBC4D. Grayscale: #838383. Windows color (decimal): -1031246 or 11682800. OLE color: 11682800.
HSL color Cylindrical-coordinate representation of color #F043B2: hue angle of 321.5º 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 #F043B2 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 178 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.06 |
| HSL | 321.5º | 0.85% | 0.6% | - |
| HSV(B) | 321.5º | 0.72% | 0.94% | - |
| XYZ | 45.98 | 25.75 | 44.67 | - |
| YUV | 131.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 178 | 0 | 0.72 | 0.26 | 0.06 | 321.5 | 0.85 | 0.6 |
| Hex | F0 | 43 | B2 | 0 | 48 | 1A | 6 | 142 | 55 | 3C |
| Octal | 360 | 103 | 262 | 0 | 110 | 32 | 6 | 502 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10110010 | 0 | 1001000 | 11010 | 110 | 101000010 | 1010101 | 111100 |
Color Harmonies of #F043B2
Complementary color
Monochromatic Colors of #F043B2
Black with #F043B2
Text Example
Text Example
White with #F043B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043B2; }
p { color: rgb(240,67,178); }
H1.HeaderClassName
{
color: #F043B2;
}
.AnyTagClassName
{
color: #F043B2;
}
</style>
background-color css
<style>
a { background-color: #F043B2; }
a { background-color: rgb(240,67,178); }
div.DivClassName
{
background-color: #F043B2;
}
.BgClassName
{
background-color: #F043B2;
}
</style>
border-color css
<style>
span { border-color: #F043B2; }
span { border-color: rgb(240,67,178); }
td.TdClassName
{
border-color: #F043B2;
}
.TagClassName
{
border-color: #F043B2;
}
</style>