Shades of Brink Pink #FF6479
Tints of Brink Pink #FF6479
RGB
CMYK
RGB Variations
Color information
#FF6479 (or 0xFF6479) is known color: Brink Pink. HEX triplet: FF, 64 and 79. RGB value is (255,100,121). Sum of RGB (Red+Green+Blue) = 255+100+121=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6479 is #009B86. Grayscale: #949494. Windows color (decimal): -39815 or 7955711. OLE color: 7955711.
HSL color Cylindrical-coordinate representation of color #FF6479: hue angle of 351.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6479 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 121 | - |
| CMYK | 0 | 0.61 | 0.53 | 0 |
| HSL | 351.87º | 1% | 0.7% | - |
| HSV(B) | 351.87º | 0.61% | 1% | - |
| XYZ | 49.25 | 31.75 | 21.62 | - |
| YUV | 148.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 121 | 0 | 0.61 | 0.53 | 0 | 351.87 | 1 | 0.7 |
| Hex | FF | 64 | 79 | 0 | 3D | 35 | 0 | 160 | 64 | 46 |
| Octal | 377 | 144 | 171 | 0 | 75 | 65 | 0 | 540 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1111001 | 0 | 111101 | 110101 | 0 | 101100000 | 1100100 | 1000110 |
Color Harmonies of #FF6479
Complementary color
Monochromatic Colors of #FF6479
Black with #FF6479
Text Example
Text Example
White with #FF6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6479; }
p { color: rgb(255,100,121); }
H1.HeaderClassName
{
color: #FF6479;
}
.AnyTagClassName
{
color: #FF6479;
}
</style>
background-color css
<style>
a { background-color: #FF6479; }
a { background-color: rgb(255,100,121); }
div.DivClassName
{
background-color: #FF6479;
}
.BgClassName
{
background-color: #FF6479;
}
</style>
border-color css
<style>
span { border-color: #FF6479; }
span { border-color: rgb(255,100,121); }
td.TdClassName
{
border-color: #FF6479;
}
.TagClassName
{
border-color: #FF6479;
}
</style>