Shades of Brilliant Rose #F258A1
Tints of Brilliant Rose #F258A1
RGB
CMYK
RGB Variations
Color information
#F258A1 (or 0xF258A1) is known color: Brilliant Rose. HEX triplet: F2, 58 and A1. RGB value is (242,88,161). Sum of RGB (Red+Green+Blue) = 242+88+161=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F258A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F258A1 is #0DA75E. Grayscale: #8E8E8E. Windows color (decimal): -894815 or 10574066. OLE color: 10574066.
HSL color Cylindrical-coordinate representation of color #F258A1: hue angle of 331.56º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258A1 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 161 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.05 |
| HSL | 331.56º | 0.86% | 0.65% | - |
| HSV(B) | 331.56º | 0.64% | 0.95% | - |
| XYZ | 46.54 | 28.43 | 36.75 | - |
| YUV | 142.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 161 | 0 | 0.64 | 0.33 | 0.05 | 331.56 | 0.86 | 0.65 |
| Hex | F2 | 58 | A1 | 0 | 40 | 21 | 5 | 14C | 56 | 41 |
| Octal | 362 | 130 | 241 | 0 | 100 | 41 | 5 | 514 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10100001 | 0 | 1000000 | 100001 | 101 | 101001100 | 1010110 | 1000001 |
Color Harmonies of #F258A1
Complementary color
Monochromatic Colors of #F258A1
Black with #F258A1
Text Example
Text Example
White with #F258A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258A1; }
p { color: rgb(242,88,161); }
H1.HeaderClassName
{
color: #F258A1;
}
.AnyTagClassName
{
color: #F258A1;
}
</style>
background-color css
<style>
a { background-color: #F258A1; }
a { background-color: rgb(242,88,161); }
div.DivClassName
{
background-color: #F258A1;
}
.BgClassName
{
background-color: #F258A1;
}
</style>
border-color css
<style>
span { border-color: #F258A1; }
span { border-color: rgb(242,88,161); }
td.TdClassName
{
border-color: #F258A1;
}
.TagClassName
{
border-color: #F258A1;
}
</style>