Shades of Brilliant Rose #F642AD
Tints of Brilliant Rose #F642AD
RGB
CMYK
RGB Variations
Color information
#F642AD (or 0xF642AD) is known color: Brilliant Rose. HEX triplet: F6, 42 and AD. RGB value is (246,66,173). Sum of RGB (Red+Green+Blue) = 246+66+173=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 66 (26.17% from 255 or 13.61% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F642AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F642AD is #09BD52. Grayscale: #838383. Windows color (decimal): -638291 or 11354870. OLE color: 11354870.
HSL color Cylindrical-coordinate representation of color #F642AD: hue angle of 324.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F642AD is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 173 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.04 |
| HSL | 324.33º | 0.91% | 0.61% | - |
| HSV(B) | 324.33º | 0.73% | 0.96% | - |
| XYZ | 47.5 | 26.51 | 42.15 | - |
| YUV | 132.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 173 | 0 | 0.73 | 0.30 | 0.04 | 324.33 | 0.91 | 0.61 |
| Hex | F6 | 42 | AD | 0 | 49 | 1E | 4 | 144 | 5B | 3D |
| Octal | 366 | 102 | 255 | 0 | 111 | 36 | 4 | 504 | 133 | 75 |
| Binary | 11110110 | 1000010 | 10101101 | 0 | 1001001 | 11110 | 100 | 101000100 | 1011011 | 111101 |
Color Harmonies of #F642AD
Complementary color
Monochromatic Colors of #F642AD
Black with #F642AD
Text Example
Text Example
White with #F642AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642AD; }
p { color: rgb(246,66,173); }
H1.HeaderClassName
{
color: #F642AD;
}
.AnyTagClassName
{
color: #F642AD;
}
</style>
background-color css
<style>
a { background-color: #F642AD; }
a { background-color: rgb(246,66,173); }
div.DivClassName
{
background-color: #F642AD;
}
.BgClassName
{
background-color: #F642AD;
}
</style>
border-color css
<style>
span { border-color: #F642AD; }
span { border-color: rgb(246,66,173); }
td.TdClassName
{
border-color: #F642AD;
}
.TagClassName
{
border-color: #F642AD;
}
</style>