Shades of Brilliant Rose #F252AB
Tints of Brilliant Rose #F252AB
RGB
CMYK
RGB Variations
Color information
#F252AB (or 0xF252AB) is known color: Brilliant Rose. HEX triplet: F2, 52 and AB. RGB value is (242,82,171). Sum of RGB (Red+Green+Blue) = 242+82+171=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F252AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F252AB is #0DAD54. Grayscale: #8B8B8B. Windows color (decimal): -896341 or 11227890. OLE color: 11227890.
HSL color Cylindrical-coordinate representation of color #F252AB: hue angle of 326.62º 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 #F252AB is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 171 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.05 |
| HSL | 326.63º | 0.86% | 0.64% | - |
| HSV(B) | 326.63º | 0.66% | 0.95% | - |
| XYZ | 46.99 | 27.85 | 41.43 | - |
| YUV | 139.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 171 | 0 | 0.66 | 0.29 | 0.05 | 326.63 | 0.86 | 0.64 |
| Hex | F2 | 52 | AB | 0 | 42 | 1D | 5 | 147 | 56 | 40 |
| Octal | 362 | 122 | 253 | 0 | 102 | 35 | 5 | 507 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10101011 | 0 | 1000010 | 11101 | 101 | 101000111 | 1010110 | 1000000 |
Color Harmonies of #F252AB
Complementary color
Monochromatic Colors of #F252AB
Black with #F252AB
Text Example
Text Example
White with #F252AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252AB; }
p { color: rgb(242,82,171); }
H1.HeaderClassName
{
color: #F252AB;
}
.AnyTagClassName
{
color: #F252AB;
}
</style>
background-color css
<style>
a { background-color: #F252AB; }
a { background-color: rgb(242,82,171); }
div.DivClassName
{
background-color: #F252AB;
}
.BgClassName
{
background-color: #F252AB;
}
</style>
border-color css
<style>
span { border-color: #F252AB; }
span { border-color: rgb(242,82,171); }
td.TdClassName
{
border-color: #F252AB;
}
.TagClassName
{
border-color: #F252AB;
}
</style>