Shades of Brilliant Rose #F642AC
Tints of Brilliant Rose #F642AC
RGB
CMYK
RGB Variations
Color information
#F642AC (or 0xF642AC) is known color: Brilliant Rose. HEX triplet: F6, 42 and AC. RGB value is (246,66,172). Sum of RGB (Red+Green+Blue) = 246+66+172=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F642AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F642AC is #09BD53. Grayscale: #838383. Windows color (decimal): -638292 or 11289334. OLE color: 11289334.
HSL color Cylindrical-coordinate representation of color #F642AC: hue angle of 324.67º 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 #F642AC is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 172 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.04 |
| HSL | 324.67º | 0.91% | 0.61% | - |
| HSV(B) | 324.67º | 0.73% | 0.96% | - |
| XYZ | 47.4 | 26.47 | 41.64 | - |
| YUV | 131.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 172 | 0 | 0.73 | 0.30 | 0.04 | 324.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | AC | 0 | 49 | 1E | 4 | 145 | 5B | 3D |
| Octal | 366 | 102 | 254 | 0 | 111 | 36 | 4 | 505 | 133 | 75 |
| Binary | 11110110 | 1000010 | 10101100 | 0 | 1001001 | 11110 | 100 | 101000101 | 1011011 | 111101 |
Color Harmonies of #F642AC
Complementary color
Monochromatic Colors of #F642AC
Black with #F642AC
Text Example
Text Example
White with #F642AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642AC; }
p { color: rgb(246,66,172); }
H1.HeaderClassName
{
color: #F642AC;
}
.AnyTagClassName
{
color: #F642AC;
}
</style>
background-color css
<style>
a { background-color: #F642AC; }
a { background-color: rgb(246,66,172); }
div.DivClassName
{
background-color: #F642AC;
}
.BgClassName
{
background-color: #F642AC;
}
</style>
border-color css
<style>
span { border-color: #F642AC; }
span { border-color: rgb(246,66,172); }
td.TdClassName
{
border-color: #F642AC;
}
.TagClassName
{
border-color: #F642AC;
}
</style>