Shades of Brilliant Rose #F250B3
Tints of Brilliant Rose #F250B3
RGB
CMYK
RGB Variations
Color information
#F250B3 (or 0xF250B3) is known color: Brilliant Rose. HEX triplet: F2, 50 and B3. RGB value is (242,80,179). Sum of RGB (Red+Green+Blue) = 242+80+179=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F250B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250B3 is #0DAF4C. Grayscale: #8B8B8B. Windows color (decimal): -896845 or 11751666. OLE color: 11751666.
HSL color Cylindrical-coordinate representation of color #F250B3: hue angle of 323.33º 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 #F250B3 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 179 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.05 |
| HSL | 323.33º | 0.86% | 0.63% | - |
| HSV(B) | 323.33º | 0.67% | 0.95% | - |
| XYZ | 47.62 | 27.87 | 45.52 | - |
| YUV | 139.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 179 | 0 | 0.67 | 0.26 | 0.05 | 323.33 | 0.86 | 0.63 |
| Hex | F2 | 50 | B3 | 0 | 43 | 1A | 5 | 143 | 56 | 3F |
| Octal | 362 | 120 | 263 | 0 | 103 | 32 | 5 | 503 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10110011 | 0 | 1000011 | 11010 | 101 | 101000011 | 1010110 | 111111 |
Color Harmonies of #F250B3
Complementary color
Monochromatic Colors of #F250B3
Black with #F250B3
Text Example
Text Example
White with #F250B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F250B3; }
p { color: rgb(242,80,179); }
H1.HeaderClassName
{
color: #F250B3;
}
.AnyTagClassName
{
color: #F250B3;
}
</style>
background-color css
<style>
a { background-color: #F250B3; }
a { background-color: rgb(242,80,179); }
div.DivClassName
{
background-color: #F250B3;
}
.BgClassName
{
background-color: #F250B3;
}
</style>
border-color css
<style>
span { border-color: #F250B3; }
span { border-color: rgb(242,80,179); }
td.TdClassName
{
border-color: #F250B3;
}
.TagClassName
{
border-color: #F250B3;
}
</style>