Shades of Brilliant Rose #F254B3
Tints of Brilliant Rose #F254B3
RGB
CMYK
RGB Variations
Color information
#F254B3 (or 0xF254B3) is known color: Brilliant Rose. HEX triplet: F2, 54 and B3. RGB value is (242,84,179). Sum of RGB (Red+Green+Blue) = 242+84+179=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F254B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254B3 is #0DAB4C. Grayscale: #8D8D8D. Windows color (decimal): -895821 or 11752690. OLE color: 11752690.
HSL color Cylindrical-coordinate representation of color #F254B3: hue angle of 323.92º 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 #F254B3 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 179 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.05 |
| HSL | 323.92º | 0.86% | 0.64% | - |
| HSV(B) | 323.92º | 0.65% | 0.95% | - |
| XYZ | 47.92 | 28.47 | 45.62 | - |
| YUV | 142.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 179 | 0 | 0.65 | 0.26 | 0.05 | 323.92 | 0.86 | 0.64 |
| Hex | F2 | 54 | B3 | 0 | 41 | 1A | 5 | 144 | 56 | 40 |
| Octal | 362 | 124 | 263 | 0 | 101 | 32 | 5 | 504 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10110011 | 0 | 1000001 | 11010 | 101 | 101000100 | 1010110 | 1000000 |
Color Harmonies of #F254B3
Complementary color
Monochromatic Colors of #F254B3
Black with #F254B3
Text Example
Text Example
White with #F254B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254B3; }
p { color: rgb(242,84,179); }
H1.HeaderClassName
{
color: #F254B3;
}
.AnyTagClassName
{
color: #F254B3;
}
</style>
background-color css
<style>
a { background-color: #F254B3; }
a { background-color: rgb(242,84,179); }
div.DivClassName
{
background-color: #F254B3;
}
.BgClassName
{
background-color: #F254B3;
}
</style>
border-color css
<style>
span { border-color: #F254B3; }
span { border-color: rgb(242,84,179); }
td.TdClassName
{
border-color: #F254B3;
}
.TagClassName
{
border-color: #F254B3;
}
</style>