Shades of Brilliant Rose #F245AD
Tints of Brilliant Rose #F245AD
RGB
CMYK
RGB Variations
Color information
#F245AD (or 0xF245AD) is known color: Brilliant Rose. HEX triplet: F2, 45 and AD. RGB value is (242,69,173). Sum of RGB (Red+Green+Blue) = 242+69+173=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F245AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F245AD is #0DBA52. Grayscale: #848484. Windows color (decimal): -899667 or 11355634. OLE color: 11355634.
HSL color Cylindrical-coordinate representation of color #F245AD: hue angle of 323.93º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F245AD is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 173 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.05 |
| HSL | 323.93º | 0.87% | 0.61% | - |
| HSV(B) | 323.93º | 0.71% | 0.95% | - |
| XYZ | 46.29 | 26.15 | 42.14 | - |
| YUV | 132.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 173 | 0 | 0.71 | 0.29 | 0.05 | 323.93 | 0.87 | 0.61 |
| Hex | F2 | 45 | AD | 0 | 47 | 1D | 5 | 144 | 57 | 3D |
| Octal | 362 | 105 | 255 | 0 | 107 | 35 | 5 | 504 | 127 | 75 |
| Binary | 11110010 | 1000101 | 10101101 | 0 | 1000111 | 11101 | 101 | 101000100 | 1010111 | 111101 |
Color Harmonies of #F245AD
Complementary color
Monochromatic Colors of #F245AD
Black with #F245AD
Text Example
Text Example
White with #F245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245AD; }
p { color: rgb(242,69,173); }
H1.HeaderClassName
{
color: #F245AD;
}
.AnyTagClassName
{
color: #F245AD;
}
</style>
background-color css
<style>
a { background-color: #F245AD; }
a { background-color: rgb(242,69,173); }
div.DivClassName
{
background-color: #F245AD;
}
.BgClassName
{
background-color: #F245AD;
}
</style>
border-color css
<style>
span { border-color: #F245AD; }
span { border-color: rgb(242,69,173); }
td.TdClassName
{
border-color: #F245AD;
}
.TagClassName
{
border-color: #F245AD;
}
</style>