Shades of Brilliant Rose #F253AA
Tints of Brilliant Rose #F253AA
RGB
CMYK
RGB Variations
Color information
#F253AA (or 0xF253AA) is known color: Brilliant Rose. HEX triplet: F2, 53 and AA. RGB value is (242,83,170). Sum of RGB (Red+Green+Blue) = 242+83+170=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F253AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F253AA is #0DAC55. Grayscale: #8C8C8C. Windows color (decimal): -896086 or 11162610. OLE color: 11162610.
HSL color Cylindrical-coordinate representation of color #F253AA: hue angle of 327.17º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253AA is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 170 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.05 |
| HSL | 327.17º | 0.86% | 0.64% | - |
| HSV(B) | 327.17º | 0.66% | 0.95% | - |
| XYZ | 46.97 | 27.97 | 40.95 | - |
| YUV | 140.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 170 | 0 | 0.66 | 0.30 | 0.05 | 327.17 | 0.86 | 0.64 |
| Hex | F2 | 53 | AA | 0 | 42 | 1E | 5 | 147 | 56 | 40 |
| Octal | 362 | 123 | 252 | 0 | 102 | 36 | 5 | 507 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10101010 | 0 | 1000010 | 11110 | 101 | 101000111 | 1010110 | 1000000 |
Color Harmonies of #F253AA
Complementary color
Monochromatic Colors of #F253AA
Black with #F253AA
Text Example
Text Example
White with #F253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253AA; }
p { color: rgb(242,83,170); }
H1.HeaderClassName
{
color: #F253AA;
}
.AnyTagClassName
{
color: #F253AA;
}
</style>
background-color css
<style>
a { background-color: #F253AA; }
a { background-color: rgb(242,83,170); }
div.DivClassName
{
background-color: #F253AA;
}
.BgClassName
{
background-color: #F253AA;
}
</style>
border-color css
<style>
span { border-color: #F253AA; }
span { border-color: rgb(242,83,170); }
td.TdClassName
{
border-color: #F253AA;
}
.TagClassName
{
border-color: #F253AA;
}
</style>