Shades of Brilliant Rose #F249AF
Tints of Brilliant Rose #F249AF
RGB
CMYK
RGB Variations
Color information
#F249AF (or 0xF249AF) is known color: Brilliant Rose. HEX triplet: F2, 49 and AF. RGB value is (242,73,175). Sum of RGB (Red+Green+Blue) = 242+73+175=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F249AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F249AF is #0DB650. Grayscale: #868686. Windows color (decimal): -898641 or 11487730. OLE color: 11487730.
HSL color Cylindrical-coordinate representation of color #F249AF: hue angle of 323.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 175 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.05 |
| HSL | 323.79º | 0.87% | 0.62% | - |
| HSV(B) | 323.79º | 0.7% | 0.95% | - |
| XYZ | 46.74 | 26.74 | 43.25 | - |
| YUV | 135.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 175 | 0 | 0.70 | 0.28 | 0.05 | 323.79 | 0.87 | 0.62 |
| Hex | F2 | 49 | AF | 0 | 46 | 1C | 5 | 144 | 57 | 3E |
| Octal | 362 | 111 | 257 | 0 | 106 | 34 | 5 | 504 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10101111 | 0 | 1000110 | 11100 | 101 | 101000100 | 1010111 | 111110 |
Color Harmonies of #F249AF
Complementary color
Monochromatic Colors of #F249AF
Black with #F249AF
Text Example
Text Example
White with #F249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249AF; }
p { color: rgb(242,73,175); }
H1.HeaderClassName
{
color: #F249AF;
}
.AnyTagClassName
{
color: #F249AF;
}
</style>
background-color css
<style>
a { background-color: #F249AF; }
a { background-color: rgb(242,73,175); }
div.DivClassName
{
background-color: #F249AF;
}
.BgClassName
{
background-color: #F249AF;
}
</style>
border-color css
<style>
span { border-color: #F249AF; }
span { border-color: rgb(242,73,175); }
td.TdClassName
{
border-color: #F249AF;
}
.TagClassName
{
border-color: #F249AF;
}
</style>