Shades of Brilliant Rose #F25DA1
Tints of Brilliant Rose #F25DA1
RGB
CMYK
RGB Variations
Color information
#F25DA1 (or 0xF25DA1) is known color: Brilliant Rose. HEX triplet: F2, 5D and A1. RGB value is (242,93,161). Sum of RGB (Red+Green+Blue) = 242+93+161=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25DA1 is #0DA25E. Grayscale: #919191. Windows color (decimal): -893535 or 10575346. OLE color: 10575346.
HSL color Cylindrical-coordinate representation of color #F25DA1: hue angle of 332.62º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DA1 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 161 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.05 |
| HSL | 332.62º | 0.85% | 0.66% | - |
| HSV(B) | 332.62º | 0.62% | 0.95% | - |
| XYZ | 46.97 | 29.28 | 36.89 | - |
| YUV | 145.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 161 | 0 | 0.62 | 0.33 | 0.05 | 332.62 | 0.85 | 0.66 |
| Hex | F2 | 5D | A1 | 0 | 3E | 21 | 5 | 14D | 55 | 42 |
| Octal | 362 | 135 | 241 | 0 | 76 | 41 | 5 | 515 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10100001 | 0 | 111110 | 100001 | 101 | 101001101 | 1010101 | 1000010 |
Color Harmonies of #F25DA1
Complementary color
Monochromatic Colors of #F25DA1
Black with #F25DA1
Text Example
Text Example
White with #F25DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DA1; }
p { color: rgb(242,93,161); }
H1.HeaderClassName
{
color: #F25DA1;
}
.AnyTagClassName
{
color: #F25DA1;
}
</style>
background-color css
<style>
a { background-color: #F25DA1; }
a { background-color: rgb(242,93,161); }
div.DivClassName
{
background-color: #F25DA1;
}
.BgClassName
{
background-color: #F25DA1;
}
</style>
border-color css
<style>
span { border-color: #F25DA1; }
span { border-color: rgb(242,93,161); }
td.TdClassName
{
border-color: #F25DA1;
}
.TagClassName
{
border-color: #F25DA1;
}
</style>