Shades of Brilliant Rose #F244A2
Tints of Brilliant Rose #F244A2
RGB
CMYK
RGB Variations
Color information
#F244A2 (or 0xF244A2) is known color: Brilliant Rose. HEX triplet: F2, 44 and A2. RGB value is (242,68,162). Sum of RGB (Red+Green+Blue) = 242+68+162=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F244A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F244A2 is #0DBB5D. Grayscale: #828282. Windows color (decimal): -899934 or 10634482. OLE color: 10634482.
HSL color Cylindrical-coordinate representation of color #F244A2: hue angle of 327.59º 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 #F244A2 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 162 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.05 |
| HSL | 327.59º | 0.87% | 0.61% | - |
| HSV(B) | 327.59º | 0.72% | 0.95% | - |
| XYZ | 45.21 | 25.62 | 36.74 | - |
| YUV | 130.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 162 | 0 | 0.72 | 0.33 | 0.05 | 327.59 | 0.87 | 0.61 |
| Hex | F2 | 44 | A2 | 0 | 48 | 21 | 5 | 148 | 57 | 3D |
| Octal | 362 | 104 | 242 | 0 | 110 | 41 | 5 | 510 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10100010 | 0 | 1001000 | 100001 | 101 | 101001000 | 1010111 | 111101 |
Color Harmonies of #F244A2
Complementary color
Monochromatic Colors of #F244A2
Black with #F244A2
Text Example
Text Example
White with #F244A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F244A2; }
p { color: rgb(242,68,162); }
H1.HeaderClassName
{
color: #F244A2;
}
.AnyTagClassName
{
color: #F244A2;
}
</style>
background-color css
<style>
a { background-color: #F244A2; }
a { background-color: rgb(242,68,162); }
div.DivClassName
{
background-color: #F244A2;
}
.BgClassName
{
background-color: #F244A2;
}
</style>
border-color css
<style>
span { border-color: #F244A2; }
span { border-color: rgb(242,68,162); }
td.TdClassName
{
border-color: #F244A2;
}
.TagClassName
{
border-color: #F244A2;
}
</style>