Shades of Brilliant Rose #F250A3
Tints of Brilliant Rose #F250A3
RGB
CMYK
RGB Variations
Color information
#F250A3 (or 0xF250A3) is known color: Brilliant Rose. HEX triplet: F2, 50 and A3. RGB value is (242,80,163). Sum of RGB (Red+Green+Blue) = 242+80+163=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F250A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250A3 is #0DAF5C. Grayscale: #898989. Windows color (decimal): -896861 or 10703090. OLE color: 10703090.
HSL color Cylindrical-coordinate representation of color #F250A3: hue angle of 329.26º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F250A3 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 163 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.05 |
| HSL | 329.26º | 0.86% | 0.63% | - |
| HSV(B) | 329.26º | 0.67% | 0.95% | - |
| XYZ | 46.1 | 27.26 | 37.48 | - |
| YUV | 137.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 163 | 0 | 0.67 | 0.33 | 0.05 | 329.26 | 0.86 | 0.63 |
| Hex | F2 | 50 | A3 | 0 | 43 | 21 | 5 | 149 | 56 | 3F |
| Octal | 362 | 120 | 243 | 0 | 103 | 41 | 5 | 511 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10100011 | 0 | 1000011 | 100001 | 101 | 101001001 | 1010110 | 111111 |
Color Harmonies of #F250A3
Complementary color
Monochromatic Colors of #F250A3
Black with #F250A3
Text Example
Text Example
White with #F250A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250A3; }
p { color: rgb(242,80,163); }
H1.HeaderClassName
{
color: #F250A3;
}
.AnyTagClassName
{
color: #F250A3;
}
</style>
background-color css
<style>
a { background-color: #F250A3; }
a { background-color: rgb(242,80,163); }
div.DivClassName
{
background-color: #F250A3;
}
.BgClassName
{
background-color: #F250A3;
}
</style>
border-color css
<style>
span { border-color: #F250A3; }
span { border-color: rgb(242,80,163); }
td.TdClassName
{
border-color: #F250A3;
}
.TagClassName
{
border-color: #F250A3;
}
</style>