Shades of Ultra Pink #FF6FFE
Tints of Ultra Pink #FF6FFE
RGB
CMYK
RGB Variations
Color information
#FF6FFE (or 0xFF6FFE) is known color: Ultra Pink. HEX triplet: FF, 6F and FE. RGB value is (255,111,254). Sum of RGB (Red+Green+Blue) = 255+111+254=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 111 (43.75% from 255 or 17.90% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6FFE is #009001. Grayscale: #A9A9A9. Windows color (decimal): -36866 or 16674815. OLE color: 16674815.
HSL color Cylindrical-coordinate representation of color #FF6FFE: hue angle of 300.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FFE is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 254 | - |
| CMYK | 0 | 0.56 | 0.00 | 0 |
| HSL | 300.42º | 1% | 0.72% | - |
| HSV(B) | 300.42º | 0.56% | 1% | - |
| XYZ | 64.81 | 39.78 | 98.03 | - |
| YUV | 170.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 254 | 0 | 0.56 | 0.00 | 0 | 300.42 | 1 | 0.72 |
| Hex | FF | 6F | FE | 0 | 38 | 0 | 0 | 12C | 64 | 48 |
| Octal | 377 | 157 | 376 | 0 | 70 | 0 | 0 | 454 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11111110 | 0 | 111000 | 0 | 0 | 100101100 | 1100100 | 1001000 |
Color Harmonies of #FF6FFE
Complementary color
Monochromatic Colors of #FF6FFE
Black with #FF6FFE
Text Example
Text Example
White with #FF6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FFE; }
p { color: rgb(255,111,254); }
H1.HeaderClassName
{
color: #FF6FFE;
}
.AnyTagClassName
{
color: #FF6FFE;
}
</style>
background-color css
<style>
a { background-color: #FF6FFE; }
a { background-color: rgb(255,111,254); }
div.DivClassName
{
background-color: #FF6FFE;
}
.BgClassName
{
background-color: #FF6FFE;
}
</style>
border-color css
<style>
span { border-color: #FF6FFE; }
span { border-color: rgb(255,111,254); }
td.TdClassName
{
border-color: #FF6FFE;
}
.TagClassName
{
border-color: #FF6FFE;
}
</style>