Shades of Brilliant Rose #F444B2
Tints of Brilliant Rose #F444B2
RGB
CMYK
RGB Variations
Color information
#F444B2 (or 0xF444B2) is known color: Brilliant Rose. HEX triplet: F4, 44 and B2. RGB value is (244,68,178). Sum of RGB (Red+Green+Blue) = 244+68+178=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F444B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444B2 is #0BBB4D. Grayscale: #848484. Windows color (decimal): -768846 or 11683060. OLE color: 11683060.
HSL color Cylindrical-coordinate representation of color #F444B2: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444B2 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 178 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.04 |
| HSL | 322.5º | 0.89% | 0.61% | - |
| HSV(B) | 322.5º | 0.72% | 0.96% | - |
| XYZ | 47.41 | 26.58 | 44.75 | - |
| YUV | 133.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 178 | 0 | 0.72 | 0.27 | 0.04 | 322.5 | 0.89 | 0.61 |
| Hex | F4 | 44 | B2 | 0 | 48 | 1B | 4 | 142 | 59 | 3D |
| Octal | 364 | 104 | 262 | 0 | 110 | 33 | 4 | 502 | 131 | 75 |
| Binary | 11110100 | 1000100 | 10110010 | 0 | 1001000 | 11011 | 100 | 101000010 | 1011001 | 111101 |
Color Harmonies of #F444B2
Complementary color
Monochromatic Colors of #F444B2
Black with #F444B2
Text Example
Text Example
White with #F444B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444B2; }
p { color: rgb(244,68,178); }
H1.HeaderClassName
{
color: #F444B2;
}
.AnyTagClassName
{
color: #F444B2;
}
</style>
background-color css
<style>
a { background-color: #F444B2; }
a { background-color: rgb(244,68,178); }
div.DivClassName
{
background-color: #F444B2;
}
.BgClassName
{
background-color: #F444B2;
}
</style>
border-color css
<style>
span { border-color: #F444B2; }
span { border-color: rgb(244,68,178); }
td.TdClassName
{
border-color: #F444B2;
}
.TagClassName
{
border-color: #F444B2;
}
</style>