Shades of Brilliant Rose #F25E9F
Tints of Brilliant Rose #F25E9F
RGB
CMYK
RGB Variations
Color information
#F25E9F (or 0xF25E9F) is known color: Brilliant Rose. HEX triplet: F2, 5E and 9F. RGB value is (242,94,159). Sum of RGB (Red+Green+Blue) = 242+94+159=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E9F is #0DA160. Grayscale: #919191. Windows color (decimal): -893281 or 10444530. OLE color: 10444530.
HSL color Cylindrical-coordinate representation of color #F25E9F: hue angle of 333.65º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25E9F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 159 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.05 |
| HSL | 333.65º | 0.85% | 0.66% | - |
| HSV(B) | 333.65º | 0.61% | 0.95% | - |
| XYZ | 46.88 | 29.39 | 36 | - |
| YUV | 145.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 159 | 0 | 0.61 | 0.34 | 0.05 | 333.65 | 0.85 | 0.66 |
| Hex | F2 | 5E | 9F | 0 | 3D | 22 | 5 | 14E | 55 | 42 |
| Octal | 362 | 136 | 237 | 0 | 75 | 42 | 5 | 516 | 125 | 102 |
| Binary | 11110010 | 1011110 | 10011111 | 0 | 111101 | 100010 | 101 | 101001110 | 1010101 | 1000010 |
Color Harmonies of #F25E9F
Complementary color
Monochromatic Colors of #F25E9F
Black with #F25E9F
Text Example
Text Example
White with #F25E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E9F; }
p { color: rgb(242,94,159); }
H1.HeaderClassName
{
color: #F25E9F;
}
.AnyTagClassName
{
color: #F25E9F;
}
</style>
background-color css
<style>
a { background-color: #F25E9F; }
a { background-color: rgb(242,94,159); }
div.DivClassName
{
background-color: #F25E9F;
}
.BgClassName
{
background-color: #F25E9F;
}
</style>
border-color css
<style>
span { border-color: #F25E9F; }
span { border-color: rgb(242,94,159); }
td.TdClassName
{
border-color: #F25E9F;
}
.TagClassName
{
border-color: #F25E9F;
}
</style>