Shades of Brilliant Rose #F250B0
Tints of Brilliant Rose #F250B0
RGB
CMYK
RGB Variations
Color information
#F250B0 (or 0xF250B0) is known color: Brilliant Rose. HEX triplet: F2, 50 and B0. RGB value is (242,80,176). Sum of RGB (Red+Green+Blue) = 242+80+176=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F250B0 is #0DAF4F. Grayscale: #8B8B8B. Windows color (decimal): -896848 or 11555058. OLE color: 11555058.
HSL color Cylindrical-coordinate representation of color #F250B0: hue angle of 324.44º 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 #F250B0 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 176 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.05 |
| HSL | 324.44º | 0.86% | 0.63% | - |
| HSV(B) | 324.44º | 0.67% | 0.95% | - |
| XYZ | 47.32 | 27.75 | 43.94 | - |
| YUV | 139.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 176 | 0 | 0.67 | 0.27 | 0.05 | 324.44 | 0.86 | 0.63 |
| Hex | F2 | 50 | B0 | 0 | 43 | 1B | 5 | 144 | 56 | 3F |
| Octal | 362 | 120 | 260 | 0 | 103 | 33 | 5 | 504 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10110000 | 0 | 1000011 | 11011 | 101 | 101000100 | 1010110 | 111111 |
Color Harmonies of #F250B0
Complementary color
Monochromatic Colors of #F250B0
Black with #F250B0
Text Example
Text Example
White with #F250B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250B0; }
p { color: rgb(242,80,176); }
H1.HeaderClassName
{
color: #F250B0;
}
.AnyTagClassName
{
color: #F250B0;
}
</style>
background-color css
<style>
a { background-color: #F250B0; }
a { background-color: rgb(242,80,176); }
div.DivClassName
{
background-color: #F250B0;
}
.BgClassName
{
background-color: #F250B0;
}
</style>
border-color css
<style>
span { border-color: #F250B0; }
span { border-color: rgb(242,80,176); }
td.TdClassName
{
border-color: #F250B0;
}
.TagClassName
{
border-color: #F250B0;
}
</style>