Shades of Brilliant Rose #F250B8
Tints of Brilliant Rose #F250B8
RGB
CMYK
RGB Variations
Color information
#F250B8 (or 0xF250B8) is known color: Brilliant Rose. HEX triplet: F2, 50 and B8. RGB value is (242,80,184). Sum of RGB (Red+Green+Blue) = 242+80+184=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250B8 is #0DAF47. Grayscale: #8C8C8C. Windows color (decimal): -896840 or 12079346. OLE color: 12079346.
HSL color Cylindrical-coordinate representation of color #F250B8: hue angle of 321.48º 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 #F250B8 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 184 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.05 |
| HSL | 321.48º | 0.86% | 0.63% | - |
| HSV(B) | 321.48º | 0.67% | 0.95% | - |
| XYZ | 48.14 | 28.08 | 48.23 | - |
| YUV | 140.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 184 | 0 | 0.67 | 0.24 | 0.05 | 321.48 | 0.86 | 0.63 |
| Hex | F2 | 50 | B8 | 0 | 43 | 18 | 5 | 141 | 56 | 3F |
| Octal | 362 | 120 | 270 | 0 | 103 | 30 | 5 | 501 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10111000 | 0 | 1000011 | 11000 | 101 | 101000001 | 1010110 | 111111 |
Color Harmonies of #F250B8
Complementary color
Monochromatic Colors of #F250B8
Black with #F250B8
Text Example
Text Example
White with #F250B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250B8; }
p { color: rgb(242,80,184); }
H1.HeaderClassName
{
color: #F250B8;
}
.AnyTagClassName
{
color: #F250B8;
}
</style>
background-color css
<style>
a { background-color: #F250B8; }
a { background-color: rgb(242,80,184); }
div.DivClassName
{
background-color: #F250B8;
}
.BgClassName
{
background-color: #F250B8;
}
</style>
border-color css
<style>
span { border-color: #F250B8; }
span { border-color: rgb(242,80,184); }
td.TdClassName
{
border-color: #F250B8;
}
.TagClassName
{
border-color: #F250B8;
}
</style>