Shades of Ultra Pink #FF6CF6
Tints of Ultra Pink #FF6CF6
RGB
CMYK
RGB Variations
Color information
#FF6CF6 (or 0xFF6CF6) is known color: Ultra Pink. HEX triplet: FF, 6C and F6. RGB value is (255,108,246). Sum of RGB (Red+Green+Blue) = 255+108+246=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 108 (42.58% from 255 or 17.73% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CF6 is #009309. Grayscale: #A7A7A7. Windows color (decimal): -37642 or 16149759. OLE color: 16149759.
HSL color Cylindrical-coordinate representation of color #FF6CF6: hue angle of 303.67º 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 #FF6CF6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 246 | - |
| CMYK | 0 | 0.58 | 0.04 | 0 |
| HSL | 303.67º | 1% | 0.71% | - |
| HSV(B) | 303.67º | 0.58% | 1% | - |
| XYZ | 63.24 | 38.64 | 91.31 | - |
| YUV | 167.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 246 | 0 | 0.58 | 0.04 | 0 | 303.67 | 1 | 0.71 |
| Hex | FF | 6C | F6 | 0 | 3A | 4 | 0 | 130 | 64 | 47 |
| Octal | 377 | 154 | 366 | 0 | 72 | 4 | 0 | 460 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11110110 | 0 | 111010 | 100 | 0 | 100110000 | 1100100 | 1000111 |
Color Harmonies of #FF6CF6
Complementary color
Monochromatic Colors of #FF6CF6
Black with #FF6CF6
Text Example
Text Example
White with #FF6CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CF6; }
p { color: rgb(255,108,246); }
H1.HeaderClassName
{
color: #FF6CF6;
}
.AnyTagClassName
{
color: #FF6CF6;
}
</style>
background-color css
<style>
a { background-color: #FF6CF6; }
a { background-color: rgb(255,108,246); }
div.DivClassName
{
background-color: #FF6CF6;
}
.BgClassName
{
background-color: #FF6CF6;
}
</style>
border-color css
<style>
span { border-color: #FF6CF6; }
span { border-color: rgb(255,108,246); }
td.TdClassName
{
border-color: #FF6CF6;
}
.TagClassName
{
border-color: #FF6CF6;
}
</style>