Shades of Ultra Pink #FF6CFF
Tints of Ultra Pink #FF6CFF
RGB
CMYK
RGB Variations
Color information
#FF6CFF (or 0xFF6CFF) is known color: Ultra Pink. HEX triplet: FF, 6C and FF. RGB value is (255,108,255). Sum of RGB (Red+Green+Blue) = 255+108+255=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 108 (42.58% from 255 or 17.48% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF6CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CFF is #009300. Grayscale: #A8A8A8. Windows color (decimal): -37633 or 16739583. OLE color: 16739583.
HSL color Cylindrical-coordinate representation of color #FF6CFF: hue angle of 300º 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 #FF6CFF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 255 | - |
| CMYK | 0 | 0.58 | 0 | 0 |
| HSL | 300º | 1% | 0.71% | - |
| HSV(B) | 300º | 0.58% | 1% | - |
| XYZ | 64.65 | 39.21 | 98.77 | - |
| YUV | 168.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 255 | 0 | 0.58 | 0 | 0 | 300 | 1 | 0.71 |
| Hex | FF | 6C | FF | 0 | 3A | 0 | 0 | 12C | 64 | 47 |
| Octal | 377 | 154 | 377 | 0 | 72 | 0 | 0 | 454 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11111111 | 0 | 111010 | 0 | 0 | 100101100 | 1100100 | 1000111 |
Color Harmonies of #FF6CFF
Complementary color
Monochromatic Colors of #FF6CFF
Black with #FF6CFF
Text Example
Text Example
White with #FF6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CFF; }
p { color: rgb(255,108,255); }
H1.HeaderClassName
{
color: #FF6CFF;
}
.AnyTagClassName
{
color: #FF6CFF;
}
</style>
background-color css
<style>
a { background-color: #FF6CFF; }
a { background-color: rgb(255,108,255); }
div.DivClassName
{
background-color: #FF6CFF;
}
.BgClassName
{
background-color: #FF6CFF;
}
</style>
border-color css
<style>
span { border-color: #FF6CFF; }
span { border-color: rgb(255,108,255); }
td.TdClassName
{
border-color: #FF6CFF;
}
.TagClassName
{
border-color: #FF6CFF;
}
</style>