Shades of Brilliant Rose #F242B0
Tints of Brilliant Rose #F242B0
RGB
CMYK
RGB Variations
Color information
#F242B0 (or 0xF242B0) is known color: Brilliant Rose. HEX triplet: F2, 42 and B0. RGB value is (242,66,176). Sum of RGB (Red+Green+Blue) = 242+66+176=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F242B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242B0 is #0DBD4F. Grayscale: #828282. Windows color (decimal): -900432 or 11551474. OLE color: 11551474.
HSL color Cylindrical-coordinate representation of color #F242B0: hue angle of 322.5º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242B0 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 176 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.05 |
| HSL | 322.5º | 0.87% | 0.6% | - |
| HSV(B) | 322.5º | 0.73% | 0.95% | - |
| XYZ | 46.4 | 25.91 | 43.63 | - |
| YUV | 131.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 176 | 0 | 0.73 | 0.27 | 0.05 | 322.5 | 0.87 | 0.6 |
| Hex | F2 | 42 | B0 | 0 | 49 | 1B | 5 | 142 | 57 | 3C |
| Octal | 362 | 102 | 260 | 0 | 111 | 33 | 5 | 502 | 127 | 74 |
| Binary | 11110010 | 1000010 | 10110000 | 0 | 1001001 | 11011 | 101 | 101000010 | 1010111 | 111100 |
Color Harmonies of #F242B0
Complementary color
Monochromatic Colors of #F242B0
Black with #F242B0
Text Example
Text Example
White with #F242B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242B0; }
p { color: rgb(242,66,176); }
H1.HeaderClassName
{
color: #F242B0;
}
.AnyTagClassName
{
color: #F242B0;
}
</style>
background-color css
<style>
a { background-color: #F242B0; }
a { background-color: rgb(242,66,176); }
div.DivClassName
{
background-color: #F242B0;
}
.BgClassName
{
background-color: #F242B0;
}
</style>
border-color css
<style>
span { border-color: #F242B0; }
span { border-color: rgb(242,66,176); }
td.TdClassName
{
border-color: #F242B0;
}
.TagClassName
{
border-color: #F242B0;
}
</style>