Shades of Brilliant Rose #F241AD
Tints of Brilliant Rose #F241AD
RGB
CMYK
RGB Variations
Color information
#F241AD (or 0xF241AD) is known color: Brilliant Rose. HEX triplet: F2, 41 and AD. RGB value is (242,65,173). Sum of RGB (Red+Green+Blue) = 242+65+173=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F241AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241AD is #0DBE52. Grayscale: #818181. Windows color (decimal): -900691 or 11354610. OLE color: 11354610.
HSL color Cylindrical-coordinate representation of color #F241AD: hue angle of 323.39º 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 #F241AD is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 173 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.05 |
| HSL | 323.39º | 0.87% | 0.6% | - |
| HSV(B) | 323.39º | 0.73% | 0.95% | - |
| XYZ | 46.05 | 25.67 | 42.06 | - |
| YUV | 130.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 173 | 0 | 0.73 | 0.29 | 0.05 | 323.39 | 0.87 | 0.6 |
| Hex | F2 | 41 | AD | 0 | 49 | 1D | 5 | 143 | 57 | 3C |
| Octal | 362 | 101 | 255 | 0 | 111 | 35 | 5 | 503 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10101101 | 0 | 1001001 | 11101 | 101 | 101000011 | 1010111 | 111100 |
Color Harmonies of #F241AD
Complementary color
Monochromatic Colors of #F241AD
Black with #F241AD
Text Example
Text Example
White with #F241AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241AD; }
p { color: rgb(242,65,173); }
H1.HeaderClassName
{
color: #F241AD;
}
.AnyTagClassName
{
color: #F241AD;
}
</style>
background-color css
<style>
a { background-color: #F241AD; }
a { background-color: rgb(242,65,173); }
div.DivClassName
{
background-color: #F241AD;
}
.BgClassName
{
background-color: #F241AD;
}
</style>
border-color css
<style>
span { border-color: #F241AD; }
span { border-color: rgb(242,65,173); }
td.TdClassName
{
border-color: #F241AD;
}
.TagClassName
{
border-color: #F241AD;
}
</style>