Shades of Brilliant Rose #F25AA3
Tints of Brilliant Rose #F25AA3
RGB
CMYK
RGB Variations
Color information
#F25AA3 (or 0xF25AA3) is known color: Brilliant Rose. HEX triplet: F2, 5A and A3. RGB value is (242,90,163). Sum of RGB (Red+Green+Blue) = 242+90+163=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25AA3 is #0DA55C. Grayscale: #8F8F8F. Windows color (decimal): -894301 or 10705650. OLE color: 10705650.
HSL color Cylindrical-coordinate representation of color #F25AA3: hue angle of 331.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AA3 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 163 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.05 |
| HSL | 331.18º | 0.85% | 0.65% | - |
| HSV(B) | 331.18º | 0.63% | 0.95% | - |
| XYZ | 46.88 | 28.83 | 37.74 | - |
| YUV | 143.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 163 | 0 | 0.63 | 0.33 | 0.05 | 331.18 | 0.85 | 0.65 |
| Hex | F2 | 5A | A3 | 0 | 3F | 21 | 5 | 14B | 55 | 41 |
| Octal | 362 | 132 | 243 | 0 | 77 | 41 | 5 | 513 | 125 | 101 |
| Binary | 11110010 | 1011010 | 10100011 | 0 | 111111 | 100001 | 101 | 101001011 | 1010101 | 1000001 |
Color Harmonies of #F25AA3
Complementary color
Monochromatic Colors of #F25AA3
Black with #F25AA3
Text Example
Text Example
White with #F25AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25AA3; }
p { color: rgb(242,90,163); }
H1.HeaderClassName
{
color: #F25AA3;
}
.AnyTagClassName
{
color: #F25AA3;
}
</style>
background-color css
<style>
a { background-color: #F25AA3; }
a { background-color: rgb(242,90,163); }
div.DivClassName
{
background-color: #F25AA3;
}
.BgClassName
{
background-color: #F25AA3;
}
</style>
border-color css
<style>
span { border-color: #F25AA3; }
span { border-color: rgb(242,90,163); }
td.TdClassName
{
border-color: #F25AA3;
}
.TagClassName
{
border-color: #F25AA3;
}
</style>