Shades of Brilliant Rose #F254A7
Tints of Brilliant Rose #F254A7
RGB
CMYK
RGB Variations
Color information
#F254A7 (or 0xF254A7) is known color: Brilliant Rose. HEX triplet: F2, 54 and A7. RGB value is (242,84,167). Sum of RGB (Red+Green+Blue) = 242+84+167=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F254A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F254A7 is #0DAB58. Grayscale: #8C8C8C. Windows color (decimal): -895833 or 10966258. OLE color: 10966258.
HSL color Cylindrical-coordinate representation of color #F254A7: hue angle of 328.48º 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 #F254A7 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 167 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.05 |
| HSL | 328.48º | 0.86% | 0.64% | - |
| HSV(B) | 328.48º | 0.65% | 0.95% | - |
| XYZ | 46.76 | 28.01 | 39.5 | - |
| YUV | 140.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 167 | 0 | 0.65 | 0.31 | 0.05 | 328.48 | 0.86 | 0.64 |
| Hex | F2 | 54 | A7 | 0 | 41 | 1F | 5 | 148 | 56 | 40 |
| Octal | 362 | 124 | 247 | 0 | 101 | 37 | 5 | 510 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10100111 | 0 | 1000001 | 11111 | 101 | 101001000 | 1010110 | 1000000 |
Color Harmonies of #F254A7
Complementary color
Monochromatic Colors of #F254A7
Black with #F254A7
Text Example
Text Example
White with #F254A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254A7; }
p { color: rgb(242,84,167); }
H1.HeaderClassName
{
color: #F254A7;
}
.AnyTagClassName
{
color: #F254A7;
}
</style>
background-color css
<style>
a { background-color: #F254A7; }
a { background-color: rgb(242,84,167); }
div.DivClassName
{
background-color: #F254A7;
}
.BgClassName
{
background-color: #F254A7;
}
</style>
border-color css
<style>
span { border-color: #F254A7; }
span { border-color: rgb(242,84,167); }
td.TdClassName
{
border-color: #F254A7;
}
.TagClassName
{
border-color: #F254A7;
}
</style>