Shades of Brilliant Rose #F247AF
Tints of Brilliant Rose #F247AF
RGB
CMYK
RGB Variations
Color information
#F247AF (or 0xF247AF) is known color: Brilliant Rose. HEX triplet: F2, 47 and AF. RGB value is (242,71,175). Sum of RGB (Red+Green+Blue) = 242+71+175=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F247AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F247AF is #0DB850. Grayscale: #858585. Windows color (decimal): -899153 or 11487218. OLE color: 11487218.
HSL color Cylindrical-coordinate representation of color #F247AF: hue angle of 323.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F247AF is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 175 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.05 |
| HSL | 323.51º | 0.87% | 0.61% | - |
| HSV(B) | 323.51º | 0.71% | 0.95% | - |
| XYZ | 46.61 | 26.48 | 43.21 | - |
| YUV | 133.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 175 | 0 | 0.71 | 0.28 | 0.05 | 323.51 | 0.87 | 0.61 |
| Hex | F2 | 47 | AF | 0 | 47 | 1C | 5 | 144 | 57 | 3D |
| Octal | 362 | 107 | 257 | 0 | 107 | 34 | 5 | 504 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10101111 | 0 | 1000111 | 11100 | 101 | 101000100 | 1010111 | 111101 |
Color Harmonies of #F247AF
Complementary color
Monochromatic Colors of #F247AF
Black with #F247AF
Text Example
Text Example
White with #F247AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247AF; }
p { color: rgb(242,71,175); }
H1.HeaderClassName
{
color: #F247AF;
}
.AnyTagClassName
{
color: #F247AF;
}
</style>
background-color css
<style>
a { background-color: #F247AF; }
a { background-color: rgb(242,71,175); }
div.DivClassName
{
background-color: #F247AF;
}
.BgClassName
{
background-color: #F247AF;
}
</style>
border-color css
<style>
span { border-color: #F247AF; }
span { border-color: rgb(242,71,175); }
td.TdClassName
{
border-color: #F247AF;
}
.TagClassName
{
border-color: #F247AF;
}
</style>