Shades of Brilliant Rose #F453AF
Tints of Brilliant Rose #F453AF
RGB
CMYK
RGB Variations
Color information
#F453AF (or 0xF453AF) is known color: Brilliant Rose. HEX triplet: F4, 53 and AF. RGB value is (244,83,175). Sum of RGB (Red+Green+Blue) = 244+83+175=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F453AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F453AF is #0BAC50. Grayscale: #8D8D8D. Windows color (decimal): -765009 or 11490292. OLE color: 11490292.
HSL color Cylindrical-coordinate representation of color #F453AF: hue angle of 325.71º 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 #F453AF is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 175 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.04 |
| HSL | 325.71º | 0.88% | 0.64% | - |
| HSV(B) | 325.71º | 0.66% | 0.96% | - |
| XYZ | 48.14 | 28.51 | 43.52 | - |
| YUV | 141.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 175 | 0 | 0.66 | 0.28 | 0.04 | 325.71 | 0.88 | 0.64 |
| Hex | F4 | 53 | AF | 0 | 42 | 1C | 4 | 146 | 58 | 40 |
| Octal | 364 | 123 | 257 | 0 | 102 | 34 | 4 | 506 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10101111 | 0 | 1000010 | 11100 | 100 | 101000110 | 1011000 | 1000000 |
Color Harmonies of #F453AF
Complementary color
Monochromatic Colors of #F453AF
Black with #F453AF
Text Example
Text Example
White with #F453AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453AF; }
p { color: rgb(244,83,175); }
H1.HeaderClassName
{
color: #F453AF;
}
.AnyTagClassName
{
color: #F453AF;
}
</style>
background-color css
<style>
a { background-color: #F453AF; }
a { background-color: rgb(244,83,175); }
div.DivClassName
{
background-color: #F453AF;
}
.BgClassName
{
background-color: #F453AF;
}
</style>
border-color css
<style>
span { border-color: #F453AF; }
span { border-color: rgb(244,83,175); }
td.TdClassName
{
border-color: #F453AF;
}
.TagClassName
{
border-color: #F453AF;
}
</style>