Shades of Brilliant Rose #F250B7
Tints of Brilliant Rose #F250B7
RGB
CMYK
RGB Variations
Color information
#F250B7 (or 0xF250B7) is known color: Brilliant Rose. HEX triplet: F2, 50 and B7. RGB value is (242,80,183). Sum of RGB (Red+Green+Blue) = 242+80+183=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250B7 is #0DAF48. Grayscale: #8B8B8B. Windows color (decimal): -896841 or 12013810. OLE color: 12013810.
HSL color Cylindrical-coordinate representation of color #F250B7: hue angle of 321.85º 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 #F250B7 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 183 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.05 |
| HSL | 321.85º | 0.86% | 0.63% | - |
| HSV(B) | 321.85º | 0.67% | 0.95% | - |
| XYZ | 48.03 | 28.03 | 47.68 | - |
| YUV | 140.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 183 | 0 | 0.67 | 0.24 | 0.05 | 321.85 | 0.86 | 0.63 |
| Hex | F2 | 50 | B7 | 0 | 43 | 18 | 5 | 142 | 56 | 3F |
| Octal | 362 | 120 | 267 | 0 | 103 | 30 | 5 | 502 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10110111 | 0 | 1000011 | 11000 | 101 | 101000010 | 1010110 | 111111 |
Color Harmonies of #F250B7
Complementary color
Monochromatic Colors of #F250B7
Black with #F250B7
Text Example
Text Example
White with #F250B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250B7; }
p { color: rgb(242,80,183); }
H1.HeaderClassName
{
color: #F250B7;
}
.AnyTagClassName
{
color: #F250B7;
}
</style>
background-color css
<style>
a { background-color: #F250B7; }
a { background-color: rgb(242,80,183); }
div.DivClassName
{
background-color: #F250B7;
}
.BgClassName
{
background-color: #F250B7;
}
</style>
border-color css
<style>
span { border-color: #F250B7; }
span { border-color: rgb(242,80,183); }
td.TdClassName
{
border-color: #F250B7;
}
.TagClassName
{
border-color: #F250B7;
}
</style>