Shades of Brilliant Rose #F252A4
Tints of Brilliant Rose #F252A4
RGB
CMYK
RGB Variations
Color information
#F252A4 (or 0xF252A4) is known color: Brilliant Rose. HEX triplet: F2, 52 and A4. RGB value is (242,82,164). Sum of RGB (Red+Green+Blue) = 242+82+164=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F252A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F252A4 is #0DAD5B. Grayscale: #8B8B8B. Windows color (decimal): -896348 or 10769138. OLE color: 10769138.
HSL color Cylindrical-coordinate representation of color #F252A4: hue angle of 329.25º 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 #F252A4 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 164 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.05 |
| HSL | 329.25º | 0.86% | 0.64% | - |
| HSV(B) | 329.25º | 0.66% | 0.95% | - |
| XYZ | 46.34 | 27.59 | 38.01 | - |
| YUV | 139.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 164 | 0 | 0.66 | 0.32 | 0.05 | 329.25 | 0.86 | 0.64 |
| Hex | F2 | 52 | A4 | 0 | 42 | 20 | 5 | 149 | 56 | 40 |
| Octal | 362 | 122 | 244 | 0 | 102 | 40 | 5 | 511 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10100100 | 0 | 1000010 | 100000 | 101 | 101001001 | 1010110 | 1000000 |
Color Harmonies of #F252A4
Complementary color
Monochromatic Colors of #F252A4
Black with #F252A4
Text Example
Text Example
White with #F252A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252A4; }
p { color: rgb(242,82,164); }
H1.HeaderClassName
{
color: #F252A4;
}
.AnyTagClassName
{
color: #F252A4;
}
</style>
background-color css
<style>
a { background-color: #F252A4; }
a { background-color: rgb(242,82,164); }
div.DivClassName
{
background-color: #F252A4;
}
.BgClassName
{
background-color: #F252A4;
}
</style>
border-color css
<style>
span { border-color: #F252A4; }
span { border-color: rgb(242,82,164); }
td.TdClassName
{
border-color: #F252A4;
}
.TagClassName
{
border-color: #F252A4;
}
</style>