Shades of Ultra Pink #FF6CFE
Tints of Ultra Pink #FF6CFE
RGB
CMYK
RGB Variations
Color information
#FF6CFE (or 0xFF6CFE) is known color: Ultra Pink. HEX triplet: FF, 6C and FE. RGB value is (255,108,254). Sum of RGB (Red+Green+Blue) = 255+108+254=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 108 (42.58% from 255 or 17.50% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CFE is #009301. Grayscale: #A8A8A8. Windows color (decimal): -37634 or 16674047. OLE color: 16674047.
HSL color Cylindrical-coordinate representation of color #FF6CFE: hue angle of 300.41º 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 #FF6CFE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 254 | - |
| CMYK | 0 | 0.58 | 0.00 | 0 |
| HSL | 300.41º | 1% | 0.71% | - |
| HSV(B) | 300.41º | 0.58% | 1% | - |
| XYZ | 64.49 | 39.14 | 97.92 | - |
| YUV | 168.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 254 | 0 | 0.58 | 0.00 | 0 | 300.41 | 1 | 0.71 |
| Hex | FF | 6C | FE | 0 | 3A | 0 | 0 | 12C | 64 | 47 |
| Octal | 377 | 154 | 376 | 0 | 72 | 0 | 0 | 454 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11111110 | 0 | 111010 | 0 | 0 | 100101100 | 1100100 | 1000111 |
Color Harmonies of #FF6CFE
Complementary color
Monochromatic Colors of #FF6CFE
Black with #FF6CFE
Text Example
Text Example
White with #FF6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CFE; }
p { color: rgb(255,108,254); }
H1.HeaderClassName
{
color: #FF6CFE;
}
.AnyTagClassName
{
color: #FF6CFE;
}
</style>
background-color css
<style>
a { background-color: #FF6CFE; }
a { background-color: rgb(255,108,254); }
div.DivClassName
{
background-color: #FF6CFE;
}
.BgClassName
{
background-color: #FF6CFE;
}
</style>
border-color css
<style>
span { border-color: #FF6CFE; }
span { border-color: rgb(255,108,254); }
td.TdClassName
{
border-color: #FF6CFE;
}
.TagClassName
{
border-color: #FF6CFE;
}
</style>