Shades of Brilliant Rose #F25CAB
Tints of Brilliant Rose #F25CAB
RGB
CMYK
RGB Variations
Color information
#F25CAB (or 0xF25CAB) is known color: Brilliant Rose. HEX triplet: F2, 5C and AB. RGB value is (242,92,171). Sum of RGB (Red+Green+Blue) = 242+92+171=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25CAB is #0DA354. Grayscale: #919191. Windows color (decimal): -893781 or 11230450. OLE color: 11230450.
HSL color Cylindrical-coordinate representation of color #F25CAB: hue angle of 328.4º 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 #F25CAB is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 171 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.05 |
| HSL | 328.4º | 0.85% | 0.65% | - |
| HSV(B) | 328.4º | 0.62% | 0.95% | - |
| XYZ | 47.8 | 29.47 | 41.7 | - |
| YUV | 145.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 171 | 0 | 0.62 | 0.29 | 0.05 | 328.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | AB | 0 | 3E | 1D | 5 | 148 | 55 | 41 |
| Octal | 362 | 134 | 253 | 0 | 76 | 35 | 5 | 510 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10101011 | 0 | 111110 | 11101 | 101 | 101001000 | 1010101 | 1000001 |
Color Harmonies of #F25CAB
Complementary color
Monochromatic Colors of #F25CAB
Black with #F25CAB
Text Example
Text Example
White with #F25CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CAB; }
p { color: rgb(242,92,171); }
H1.HeaderClassName
{
color: #F25CAB;
}
.AnyTagClassName
{
color: #F25CAB;
}
</style>
background-color css
<style>
a { background-color: #F25CAB; }
a { background-color: rgb(242,92,171); }
div.DivClassName
{
background-color: #F25CAB;
}
.BgClassName
{
background-color: #F25CAB;
}
</style>
border-color css
<style>
span { border-color: #F25CAB; }
span { border-color: rgb(242,92,171); }
td.TdClassName
{
border-color: #F25CAB;
}
.TagClassName
{
border-color: #F25CAB;
}
</style>