Shades of Brilliant Rose #F253AD
Tints of Brilliant Rose #F253AD
RGB
CMYK
RGB Variations
Color information
#F253AD (or 0xF253AD) is known color: Brilliant Rose. HEX triplet: F2, 53 and AD. RGB value is (242,83,173). Sum of RGB (Red+Green+Blue) = 242+83+173=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F253AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F253AD is #0DAC52. Grayscale: #8C8C8C. Windows color (decimal): -896083 or 11359218. OLE color: 11359218.
HSL color Cylindrical-coordinate representation of color #F253AD: hue angle of 326.04º 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 #F253AD is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 173 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.05 |
| HSL | 326.04º | 0.86% | 0.64% | - |
| HSV(B) | 326.04º | 0.66% | 0.95% | - |
| XYZ | 47.25 | 28.08 | 42.46 | - |
| YUV | 140.8 | 146.18 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 173 | 0 | 0.66 | 0.29 | 0.05 | 326.04 | 0.86 | 0.64 |
| Hex | F2 | 53 | AD | 0 | 42 | 1D | 5 | 146 | 56 | 40 |
| Octal | 362 | 123 | 255 | 0 | 102 | 35 | 5 | 506 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10101101 | 0 | 1000010 | 11101 | 101 | 101000110 | 1010110 | 1000000 |
Color Harmonies of #F253AD
Complementary color
Monochromatic Colors of #F253AD
Black with #F253AD
Text Example
Text Example
White with #F253AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253AD; }
p { color: rgb(242,83,173); }
H1.HeaderClassName
{
color: #F253AD;
}
.AnyTagClassName
{
color: #F253AD;
}
</style>
background-color css
<style>
a { background-color: #F253AD; }
a { background-color: rgb(242,83,173); }
div.DivClassName
{
background-color: #F253AD;
}
.BgClassName
{
background-color: #F253AD;
}
</style>
border-color css
<style>
span { border-color: #F253AD; }
span { border-color: rgb(242,83,173); }
td.TdClassName
{
border-color: #F253AD;
}
.TagClassName
{
border-color: #F253AD;
}
</style>