Shades of Brilliant Rose #F244B0
Tints of Brilliant Rose #F244B0
RGB
CMYK
RGB Variations
Color information
#F244B0 (or 0xF244B0) is known color: Brilliant Rose. HEX triplet: F2, 44 and B0. RGB value is (242,68,176). Sum of RGB (Red+Green+Blue) = 242+68+176=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F244B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F244B0 is #0DBB4F. Grayscale: #848484. Windows color (decimal): -899920 or 11551986. OLE color: 11551986.
HSL color Cylindrical-coordinate representation of color #F244B0: hue angle of 322.76º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F244B0 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 176 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.05 |
| HSL | 322.76º | 0.87% | 0.61% | - |
| HSV(B) | 322.76º | 0.72% | 0.95% | - |
| XYZ | 46.52 | 26.15 | 43.67 | - |
| YUV | 132.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 176 | 0 | 0.72 | 0.27 | 0.05 | 322.76 | 0.87 | 0.61 |
| Hex | F2 | 44 | B0 | 0 | 48 | 1B | 5 | 143 | 57 | 3D |
| Octal | 362 | 104 | 260 | 0 | 110 | 33 | 5 | 503 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10110000 | 0 | 1001000 | 11011 | 101 | 101000011 | 1010111 | 111101 |
Color Harmonies of #F244B0
Complementary color
Monochromatic Colors of #F244B0
Black with #F244B0
Text Example
Text Example
White with #F244B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F244B0; }
p { color: rgb(242,68,176); }
H1.HeaderClassName
{
color: #F244B0;
}
.AnyTagClassName
{
color: #F244B0;
}
</style>
background-color css
<style>
a { background-color: #F244B0; }
a { background-color: rgb(242,68,176); }
div.DivClassName
{
background-color: #F244B0;
}
.BgClassName
{
background-color: #F244B0;
}
</style>
border-color css
<style>
span { border-color: #F244B0; }
span { border-color: rgb(242,68,176); }
td.TdClassName
{
border-color: #F244B0;
}
.TagClassName
{
border-color: #F244B0;
}
</style>