Shades of Brilliant Rose #F453AA
Tints of Brilliant Rose #F453AA
RGB
CMYK
RGB Variations
Color information
#F453AA (or 0xF453AA) is known color: Brilliant Rose. HEX triplet: F4, 53 and AA. RGB value is (244,83,170). Sum of RGB (Red+Green+Blue) = 244+83+170=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F453AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F453AA is #0BAC55. Grayscale: #8C8C8C. Windows color (decimal): -765014 or 11162612. OLE color: 11162612.
HSL color Cylindrical-coordinate representation of color #F453AA: hue angle of 327.58º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F453AA is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 170 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.04 |
| HSL | 327.58º | 0.88% | 0.64% | - |
| HSV(B) | 327.58º | 0.66% | 0.96% | - |
| XYZ | 47.66 | 28.32 | 40.99 | - |
| YUV | 141.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 170 | 0 | 0.66 | 0.30 | 0.04 | 327.58 | 0.88 | 0.64 |
| Hex | F4 | 53 | AA | 0 | 42 | 1E | 4 | 148 | 58 | 40 |
| Octal | 364 | 123 | 252 | 0 | 102 | 36 | 4 | 510 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10101010 | 0 | 1000010 | 11110 | 100 | 101001000 | 1011000 | 1000000 |
Color Harmonies of #F453AA
Complementary color
Monochromatic Colors of #F453AA
Black with #F453AA
Text Example
Text Example
White with #F453AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453AA; }
p { color: rgb(244,83,170); }
H1.HeaderClassName
{
color: #F453AA;
}
.AnyTagClassName
{
color: #F453AA;
}
</style>
background-color css
<style>
a { background-color: #F453AA; }
a { background-color: rgb(244,83,170); }
div.DivClassName
{
background-color: #F453AA;
}
.BgClassName
{
background-color: #F453AA;
}
</style>
border-color css
<style>
span { border-color: #F453AA; }
span { border-color: rgb(244,83,170); }
td.TdClassName
{
border-color: #F453AA;
}
.TagClassName
{
border-color: #F453AA;
}
</style>