Shades of Brilliant Rose #F453B2
Tints of Brilliant Rose #F453B2
RGB
CMYK
RGB Variations
Color information
#F453B2 (or 0xF453B2) is known color: Brilliant Rose. HEX triplet: F4, 53 and B2. RGB value is (244,83,178). Sum of RGB (Red+Green+Blue) = 244+83+178=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F453B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F453B2 is #0BAC4D. Grayscale: #8D8D8D. Windows color (decimal): -765006 or 11686900. OLE color: 11686900.
HSL color Cylindrical-coordinate representation of color #F453B2: hue angle of 324.6º 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 #F453B2 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 178 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.04 |
| HSL | 324.6º | 0.88% | 0.64% | - |
| HSV(B) | 324.6º | 0.66% | 0.96% | - |
| XYZ | 48.44 | 28.63 | 45.09 | - |
| YUV | 141.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 178 | 0 | 0.66 | 0.27 | 0.04 | 324.6 | 0.88 | 0.64 |
| Hex | F4 | 53 | B2 | 0 | 42 | 1B | 4 | 145 | 58 | 40 |
| Octal | 364 | 123 | 262 | 0 | 102 | 33 | 4 | 505 | 130 | 100 |
| Binary | 11110100 | 1010011 | 10110010 | 0 | 1000010 | 11011 | 100 | 101000101 | 1011000 | 1000000 |
Color Harmonies of #F453B2
Complementary color
Monochromatic Colors of #F453B2
Black with #F453B2
Text Example
Text Example
White with #F453B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F453B2; }
p { color: rgb(244,83,178); }
H1.HeaderClassName
{
color: #F453B2;
}
.AnyTagClassName
{
color: #F453B2;
}
</style>
background-color css
<style>
a { background-color: #F453B2; }
a { background-color: rgb(244,83,178); }
div.DivClassName
{
background-color: #F453B2;
}
.BgClassName
{
background-color: #F453B2;
}
</style>
border-color css
<style>
span { border-color: #F453B2; }
span { border-color: rgb(244,83,178); }
td.TdClassName
{
border-color: #F453B2;
}
.TagClassName
{
border-color: #F453B2;
}
</style>