Shades of Brink Pink #FD648A
Tints of Brink Pink #FD648A
RGB
CMYK
RGB Variations
Color information
#FD648A (or 0xFD648A) is known color: Brink Pink. HEX triplet: FD, 64 and 8A. RGB value is (253,100,138). Sum of RGB (Red+Green+Blue) = 253+100+138=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD648A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD648A is #029B75. Grayscale: #969696. Windows color (decimal): -170870 or 9069821. OLE color: 9069821.
HSL color Cylindrical-coordinate representation of color #FD648A: hue angle of 345.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD648A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 138 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.01 |
| HSL | 345.1º | 0.97% | 0.69% | - |
| HSV(B) | 345.1º | 0.6% | 0.99% | - |
| XYZ | 49.65 | 31.83 | 27.57 | - |
| YUV | 150.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 138 | 0 | 0.60 | 0.45 | 0.01 | 345.1 | 0.97 | 0.69 |
| Hex | FD | 64 | 8A | 0 | 3C | 2D | 1 | 159 | 61 | 45 |
| Octal | 375 | 144 | 212 | 0 | 74 | 55 | 1 | 531 | 141 | 105 |
| Binary | 11111101 | 1100100 | 10001010 | 0 | 111100 | 101101 | 1 | 101011001 | 1100001 | 1000101 |
Color Harmonies of #FD648A
Complementary color
Monochromatic Colors of #FD648A
Black with #FD648A
Text Example
Text Example
White with #FD648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD648A; }
p { color: rgb(253,100,138); }
H1.HeaderClassName
{
color: #FD648A;
}
.AnyTagClassName
{
color: #FD648A;
}
</style>
background-color css
<style>
a { background-color: #FD648A; }
a { background-color: rgb(253,100,138); }
div.DivClassName
{
background-color: #FD648A;
}
.BgClassName
{
background-color: #FD648A;
}
</style>
border-color css
<style>
span { border-color: #FD648A; }
span { border-color: rgb(253,100,138); }
td.TdClassName
{
border-color: #FD648A;
}
.TagClassName
{
border-color: #FD648A;
}
</style>