Shades of Brilliant Rose #F443AD
Tints of Brilliant Rose #F443AD
RGB
CMYK
RGB Variations
Color information
#F443AD (or 0xF443AD) is known color: Brilliant Rose. HEX triplet: F4, 43 and AD. RGB value is (244,67,173). Sum of RGB (Red+Green+Blue) = 244+67+173=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F443AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F443AD is #0BBC52. Grayscale: #838383. Windows color (decimal): -769107 or 11355124. OLE color: 11355124.
HSL color Cylindrical-coordinate representation of color #F443AD: hue angle of 324.07º 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 #F443AD is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 173 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.04 |
| HSL | 324.07º | 0.89% | 0.61% | - |
| HSV(B) | 324.07º | 0.73% | 0.96% | - |
| XYZ | 46.86 | 26.26 | 42.14 | - |
| YUV | 132.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 173 | 0 | 0.73 | 0.29 | 0.04 | 324.07 | 0.89 | 0.61 |
| Hex | F4 | 43 | AD | 0 | 49 | 1D | 4 | 144 | 59 | 3D |
| Octal | 364 | 103 | 255 | 0 | 111 | 35 | 4 | 504 | 131 | 75 |
| Binary | 11110100 | 1000011 | 10101101 | 0 | 1001001 | 11101 | 100 | 101000100 | 1011001 | 111101 |
Color Harmonies of #F443AD
Complementary color
Monochromatic Colors of #F443AD
Black with #F443AD
Text Example
Text Example
White with #F443AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443AD; }
p { color: rgb(244,67,173); }
H1.HeaderClassName
{
color: #F443AD;
}
.AnyTagClassName
{
color: #F443AD;
}
</style>
background-color css
<style>
a { background-color: #F443AD; }
a { background-color: rgb(244,67,173); }
div.DivClassName
{
background-color: #F443AD;
}
.BgClassName
{
background-color: #F443AD;
}
</style>
border-color css
<style>
span { border-color: #F443AD; }
span { border-color: rgb(244,67,173); }
td.TdClassName
{
border-color: #F443AD;
}
.TagClassName
{
border-color: #F443AD;
}
</style>