Shades of Brilliant Rose #F25DAB
Tints of Brilliant Rose #F25DAB
RGB
CMYK
RGB Variations
Color information
#F25DAB (or 0xF25DAB) is known color: Brilliant Rose. HEX triplet: F2, 5D and AB. RGB value is (242,93,171). Sum of RGB (Red+Green+Blue) = 242+93+171=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25DAB is #0DA254. Grayscale: #929292. Windows color (decimal): -893525 or 11230706. OLE color: 11230706.
HSL color Cylindrical-coordinate representation of color #F25DAB: hue angle of 328.59º 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 #F25DAB is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 171 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.05 |
| HSL | 328.59º | 0.85% | 0.66% | - |
| HSV(B) | 328.59º | 0.62% | 0.95% | - |
| XYZ | 47.88 | 29.65 | 41.73 | - |
| YUV | 146.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 171 | 0 | 0.62 | 0.29 | 0.05 | 328.59 | 0.85 | 0.66 |
| Hex | F2 | 5D | AB | 0 | 3E | 1D | 5 | 149 | 55 | 42 |
| Octal | 362 | 135 | 253 | 0 | 76 | 35 | 5 | 511 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10101011 | 0 | 111110 | 11101 | 101 | 101001001 | 1010101 | 1000010 |
Color Harmonies of #F25DAB
Complementary color
Monochromatic Colors of #F25DAB
Black with #F25DAB
Text Example
Text Example
White with #F25DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DAB; }
p { color: rgb(242,93,171); }
H1.HeaderClassName
{
color: #F25DAB;
}
.AnyTagClassName
{
color: #F25DAB;
}
</style>
background-color css
<style>
a { background-color: #F25DAB; }
a { background-color: rgb(242,93,171); }
div.DivClassName
{
background-color: #F25DAB;
}
.BgClassName
{
background-color: #F25DAB;
}
</style>
border-color css
<style>
span { border-color: #F25DAB; }
span { border-color: rgb(242,93,171); }
td.TdClassName
{
border-color: #F25DAB;
}
.TagClassName
{
border-color: #F25DAB;
}
</style>