Shades of Brilliant Rose #F25BAC
Tints of Brilliant Rose #F25BAC
RGB
CMYK
RGB Variations
Color information
#F25BAC (or 0xF25BAC) is known color: Brilliant Rose. HEX triplet: F2, 5B and AC. RGB value is (242,91,172). Sum of RGB (Red+Green+Blue) = 242+91+172=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25BAC is #0DA453. Grayscale: #919191. Windows color (decimal): -894036 or 11295730. OLE color: 11295730.
HSL color Cylindrical-coordinate representation of color #F25BAC: hue angle of 327.81º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25BAC is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 172 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.05 |
| HSL | 327.81º | 0.85% | 0.65% | - |
| HSV(B) | 327.81º | 0.62% | 0.95% | - |
| XYZ | 47.81 | 29.34 | 42.17 | - |
| YUV | 145.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 172 | 0 | 0.62 | 0.29 | 0.05 | 327.81 | 0.85 | 0.65 |
| Hex | F2 | 5B | AC | 0 | 3E | 1D | 5 | 148 | 55 | 41 |
| Octal | 362 | 133 | 254 | 0 | 76 | 35 | 5 | 510 | 125 | 101 |
| Binary | 11110010 | 1011011 | 10101100 | 0 | 111110 | 11101 | 101 | 101001000 | 1010101 | 1000001 |
Color Harmonies of #F25BAC
Complementary color
Monochromatic Colors of #F25BAC
Black with #F25BAC
Text Example
Text Example
White with #F25BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25BAC; }
p { color: rgb(242,91,172); }
H1.HeaderClassName
{
color: #F25BAC;
}
.AnyTagClassName
{
color: #F25BAC;
}
</style>
background-color css
<style>
a { background-color: #F25BAC; }
a { background-color: rgb(242,91,172); }
div.DivClassName
{
background-color: #F25BAC;
}
.BgClassName
{
background-color: #F25BAC;
}
</style>
border-color css
<style>
span { border-color: #F25BAC; }
span { border-color: rgb(242,91,172); }
td.TdClassName
{
border-color: #F25BAC;
}
.TagClassName
{
border-color: #F25BAC;
}
</style>