Shades of Hot Pink #FF6CB3
Tints of Hot Pink #FF6CB3
RGB
CMYK
RGB Variations
Color information
#FF6CB3 (or 0xFF6CB3) is known color: Hot Pink. HEX triplet: FF, 6C and B3. RGB value is (255,108,179). Sum of RGB (Red+Green+Blue) = 255+108+179=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CB3 is #00934C. Grayscale: #9F9F9F. Windows color (decimal): -37709 or 11758847. OLE color: 11758847.
HSL color Cylindrical-coordinate representation of color #FF6CB3: hue angle of 331.02º 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 #FF6CB3 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 179 | - |
| CMYK | 0 | 0.58 | 0.30 | 0 |
| HSL | 331.02º | 1% | 0.71% | - |
| HSV(B) | 331.02º | 0.58% | 1% | - |
| XYZ | 54.74 | 35.24 | 46.56 | - |
| YUV | 160.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 179 | 0 | 0.58 | 0.30 | 0 | 331.02 | 1 | 0.71 |
| Hex | FF | 6C | B3 | 0 | 3A | 1E | 0 | 14B | 64 | 47 |
| Octal | 377 | 154 | 263 | 0 | 72 | 36 | 0 | 513 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10110011 | 0 | 111010 | 11110 | 0 | 101001011 | 1100100 | 1000111 |
Color Harmonies of #FF6CB3
Complementary color
Monochromatic Colors of #FF6CB3
Black with #FF6CB3
Text Example
Text Example
White with #FF6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CB3; }
p { color: rgb(255,108,179); }
H1.HeaderClassName
{
color: #FF6CB3;
}
.AnyTagClassName
{
color: #FF6CB3;
}
</style>
background-color css
<style>
a { background-color: #FF6CB3; }
a { background-color: rgb(255,108,179); }
div.DivClassName
{
background-color: #FF6CB3;
}
.BgClassName
{
background-color: #FF6CB3;
}
</style>
border-color css
<style>
span { border-color: #FF6CB3; }
span { border-color: rgb(255,108,179); }
td.TdClassName
{
border-color: #FF6CB3;
}
.TagClassName
{
border-color: #FF6CB3;
}
</style>