Shades of Brilliant Rose #F253AC
Tints of Brilliant Rose #F253AC
RGB
CMYK
RGB Variations
Color information
#F253AC (or 0xF253AC) is known color: Brilliant Rose. HEX triplet: F2, 53 and AC. RGB value is (242,83,172). Sum of RGB (Red+Green+Blue) = 242+83+172=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F253AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F253AC is #0DAC53. Grayscale: #8C8C8C. Windows color (decimal): -896084 or 11293682. OLE color: 11293682.
HSL color Cylindrical-coordinate representation of color #F253AC: hue angle of 326.42º 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 #F253AC is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 172 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.05 |
| HSL | 326.42º | 0.86% | 0.64% | - |
| HSV(B) | 326.42º | 0.66% | 0.95% | - |
| XYZ | 47.16 | 28.04 | 41.96 | - |
| YUV | 140.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 172 | 0 | 0.66 | 0.29 | 0.05 | 326.42 | 0.86 | 0.64 |
| Hex | F2 | 53 | AC | 0 | 42 | 1D | 5 | 146 | 56 | 40 |
| Octal | 362 | 123 | 254 | 0 | 102 | 35 | 5 | 506 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10101100 | 0 | 1000010 | 11101 | 101 | 101000110 | 1010110 | 1000000 |
Color Harmonies of #F253AC
Complementary color
Monochromatic Colors of #F253AC
Black with #F253AC
Text Example
Text Example
White with #F253AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253AC; }
p { color: rgb(242,83,172); }
H1.HeaderClassName
{
color: #F253AC;
}
.AnyTagClassName
{
color: #F253AC;
}
</style>
background-color css
<style>
a { background-color: #F253AC; }
a { background-color: rgb(242,83,172); }
div.DivClassName
{
background-color: #F253AC;
}
.BgClassName
{
background-color: #F253AC;
}
</style>
border-color css
<style>
span { border-color: #F253AC; }
span { border-color: rgb(242,83,172); }
td.TdClassName
{
border-color: #F253AC;
}
.TagClassName
{
border-color: #F253AC;
}
</style>