Shades of Brilliant Rose #F252AF
Tints of Brilliant Rose #F252AF
RGB
CMYK
RGB Variations
Color information
#F252AF (or 0xF252AF) is known color: Brilliant Rose. HEX triplet: F2, 52 and AF. RGB value is (242,82,175). Sum of RGB (Red+Green+Blue) = 242+82+175=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F252AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F252AF is #0DAD50. Grayscale: #8C8C8C. Windows color (decimal): -896337 or 11490034. OLE color: 11490034.
HSL color Cylindrical-coordinate representation of color #F252AF: hue angle of 325.12º 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 #F252AF is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 175 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.05 |
| HSL | 325.13º | 0.86% | 0.64% | - |
| HSV(B) | 325.13º | 0.66% | 0.95% | - |
| XYZ | 47.37 | 28.01 | 43.47 | - |
| YUV | 140.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 175 | 0 | 0.66 | 0.28 | 0.05 | 325.13 | 0.86 | 0.64 |
| Hex | F2 | 52 | AF | 0 | 42 | 1C | 5 | 145 | 56 | 40 |
| Octal | 362 | 122 | 257 | 0 | 102 | 34 | 5 | 505 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10101111 | 0 | 1000010 | 11100 | 101 | 101000101 | 1010110 | 1000000 |
Color Harmonies of #F252AF
Complementary color
Monochromatic Colors of #F252AF
Black with #F252AF
Text Example
Text Example
White with #F252AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252AF; }
p { color: rgb(242,82,175); }
H1.HeaderClassName
{
color: #F252AF;
}
.AnyTagClassName
{
color: #F252AF;
}
</style>
background-color css
<style>
a { background-color: #F252AF; }
a { background-color: rgb(242,82,175); }
div.DivClassName
{
background-color: #F252AF;
}
.BgClassName
{
background-color: #F252AF;
}
</style>
border-color css
<style>
span { border-color: #F252AF; }
span { border-color: rgb(242,82,175); }
td.TdClassName
{
border-color: #F252AF;
}
.TagClassName
{
border-color: #F252AF;
}
</style>