Shades of Brilliant Rose #F254AF
Tints of Brilliant Rose #F254AF
RGB
CMYK
RGB Variations
Color information
#F254AF (or 0xF254AF) is known color: Brilliant Rose. HEX triplet: F2, 54 and AF. RGB value is (242,84,175). Sum of RGB (Red+Green+Blue) = 242+84+175=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F254AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F254AF is #0DAB50. Grayscale: #8D8D8D. Windows color (decimal): -895825 or 11490546. OLE color: 11490546.
HSL color Cylindrical-coordinate representation of color #F254AF: hue angle of 325.44º 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 #F254AF is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 175 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.05 |
| HSL | 325.44º | 0.86% | 0.64% | - |
| HSV(B) | 325.44º | 0.65% | 0.95% | - |
| XYZ | 47.53 | 28.31 | 43.52 | - |
| YUV | 141.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 175 | 0 | 0.65 | 0.28 | 0.05 | 325.44 | 0.86 | 0.64 |
| Hex | F2 | 54 | AF | 0 | 41 | 1C | 5 | 145 | 56 | 40 |
| Octal | 362 | 124 | 257 | 0 | 101 | 34 | 5 | 505 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10101111 | 0 | 1000001 | 11100 | 101 | 101000101 | 1010110 | 1000000 |
Color Harmonies of #F254AF
Complementary color
Monochromatic Colors of #F254AF
Black with #F254AF
Text Example
Text Example
White with #F254AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254AF; }
p { color: rgb(242,84,175); }
H1.HeaderClassName
{
color: #F254AF;
}
.AnyTagClassName
{
color: #F254AF;
}
</style>
background-color css
<style>
a { background-color: #F254AF; }
a { background-color: rgb(242,84,175); }
div.DivClassName
{
background-color: #F254AF;
}
.BgClassName
{
background-color: #F254AF;
}
</style>
border-color css
<style>
span { border-color: #F254AF; }
span { border-color: rgb(242,84,175); }
td.TdClassName
{
border-color: #F254AF;
}
.TagClassName
{
border-color: #F254AF;
}
</style>