Shades of Hot Pink #FF6CA4
Tints of Hot Pink #FF6CA4
RGB
CMYK
RGB Variations
Color information
#FF6CA4 (or 0xFF6CA4) is known color: Hot Pink. HEX triplet: FF, 6C and A4. RGB value is (255,108,164). Sum of RGB (Red+Green+Blue) = 255+108+164=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CA4 is #00935B. Grayscale: #9E9E9E. Windows color (decimal): -37724 or 10775807. OLE color: 10775807.
HSL color Cylindrical-coordinate representation of color #FF6CA4: hue angle of 337.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6CA4 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 164 | - |
| CMYK | 0 | 0.58 | 0.36 | 0 |
| HSL | 337.14º | 1% | 0.71% | - |
| HSV(B) | 337.14º | 0.58% | 1% | - |
| XYZ | 53.3 | 34.67 | 39 | - |
| YUV | 158.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 164 | 0 | 0.58 | 0.36 | 0 | 337.14 | 1 | 0.71 |
| Hex | FF | 6C | A4 | 0 | 3A | 24 | 0 | 151 | 64 | 47 |
| Octal | 377 | 154 | 244 | 0 | 72 | 44 | 0 | 521 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10100100 | 0 | 111010 | 100100 | 0 | 101010001 | 1100100 | 1000111 |
Color Harmonies of #FF6CA4
Complementary color
Monochromatic Colors of #FF6CA4
Black with #FF6CA4
Text Example
Text Example
White with #FF6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CA4; }
p { color: rgb(255,108,164); }
H1.HeaderClassName
{
color: #FF6CA4;
}
.AnyTagClassName
{
color: #FF6CA4;
}
</style>
background-color css
<style>
a { background-color: #FF6CA4; }
a { background-color: rgb(255,108,164); }
div.DivClassName
{
background-color: #FF6CA4;
}
.BgClassName
{
background-color: #FF6CA4;
}
</style>
border-color css
<style>
span { border-color: #FF6CA4; }
span { border-color: rgb(255,108,164); }
td.TdClassName
{
border-color: #FF6CA4;
}
.TagClassName
{
border-color: #FF6CA4;
}
</style>