Shades of Brilliant Rose #F254AA
Tints of Brilliant Rose #F254AA
RGB
CMYK
RGB Variations
Color information
#F254AA (or 0xF254AA) is known color: Brilliant Rose. HEX triplet: F2, 54 and AA. RGB value is (242,84,170). Sum of RGB (Red+Green+Blue) = 242+84+170=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F254AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F254AA is #0DAB55. Grayscale: #8C8C8C. Windows color (decimal): -895830 or 11162866. OLE color: 11162866.
HSL color Cylindrical-coordinate representation of color #F254AA: hue angle of 327.34º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254AA is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 170 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.05 |
| HSL | 327.34º | 0.86% | 0.64% | - |
| HSV(B) | 327.34º | 0.65% | 0.95% | - |
| XYZ | 47.04 | 28.12 | 40.98 | - |
| YUV | 141.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 170 | 0 | 0.65 | 0.30 | 0.05 | 327.34 | 0.86 | 0.64 |
| Hex | F2 | 54 | AA | 0 | 41 | 1E | 5 | 147 | 56 | 40 |
| Octal | 362 | 124 | 252 | 0 | 101 | 36 | 5 | 507 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10101010 | 0 | 1000001 | 11110 | 101 | 101000111 | 1010110 | 1000000 |
Color Harmonies of #F254AA
Complementary color
Monochromatic Colors of #F254AA
Black with #F254AA
Text Example
Text Example
White with #F254AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254AA; }
p { color: rgb(242,84,170); }
H1.HeaderClassName
{
color: #F254AA;
}
.AnyTagClassName
{
color: #F254AA;
}
</style>
background-color css
<style>
a { background-color: #F254AA; }
a { background-color: rgb(242,84,170); }
div.DivClassName
{
background-color: #F254AA;
}
.BgClassName
{
background-color: #F254AA;
}
</style>
border-color css
<style>
span { border-color: #F254AA; }
span { border-color: rgb(242,84,170); }
td.TdClassName
{
border-color: #F254AA;
}
.TagClassName
{
border-color: #F254AA;
}
</style>