Shades of Brilliant Rose #F442B1
Tints of Brilliant Rose #F442B1
RGB
CMYK
RGB Variations
Color information
#F442B1 (or 0xF442B1) is known color: Brilliant Rose. HEX triplet: F4, 42 and B1. RGB value is (244,66,177). Sum of RGB (Red+Green+Blue) = 244+66+177=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F442B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F442B1 is #0BBD4E. Grayscale: #838383. Windows color (decimal): -769359 or 11617012. OLE color: 11617012.
HSL color Cylindrical-coordinate representation of color #F442B1: hue angle of 322.58º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442B1 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 177 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.04 |
| HSL | 322.58º | 0.89% | 0.61% | - |
| HSV(B) | 322.58º | 0.73% | 0.96% | - |
| XYZ | 47.19 | 26.3 | 44.18 | - |
| YUV | 131.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 177 | 0 | 0.73 | 0.27 | 0.04 | 322.58 | 0.89 | 0.61 |
| Hex | F4 | 42 | B1 | 0 | 49 | 1B | 4 | 143 | 59 | 3D |
| Octal | 364 | 102 | 261 | 0 | 111 | 33 | 4 | 503 | 131 | 75 |
| Binary | 11110100 | 1000010 | 10110001 | 0 | 1001001 | 11011 | 100 | 101000011 | 1011001 | 111101 |
Color Harmonies of #F442B1
Complementary color
Monochromatic Colors of #F442B1
Black with #F442B1
Text Example
Text Example
White with #F442B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442B1; }
p { color: rgb(244,66,177); }
H1.HeaderClassName
{
color: #F442B1;
}
.AnyTagClassName
{
color: #F442B1;
}
</style>
background-color css
<style>
a { background-color: #F442B1; }
a { background-color: rgb(244,66,177); }
div.DivClassName
{
background-color: #F442B1;
}
.BgClassName
{
background-color: #F442B1;
}
</style>
border-color css
<style>
span { border-color: #F442B1; }
span { border-color: rgb(244,66,177); }
td.TdClassName
{
border-color: #F442B1;
}
.TagClassName
{
border-color: #F442B1;
}
</style>