Shades of Ultra Pink #FD6FFE
Tints of Ultra Pink #FD6FFE
RGB
CMYK
RGB Variations
Color information
#FD6FFE (or 0xFD6FFE) is known color: Ultra Pink. HEX triplet: FD, 6F and FE. RGB value is (253,111,254). Sum of RGB (Red+Green+Blue) = 253+111+254=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 111 (43.75% from 255 or 17.96% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD6FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6FFE is #029001. Grayscale: #A9A9A9. Windows color (decimal): -167938 or 16674813. OLE color: 16674813.
HSL color Cylindrical-coordinate representation of color #FD6FFE: hue angle of 299.58º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FFE is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 111 | 254 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.00 |
| HSL | 299.58º | 0.99% | 0.72% | - |
| HSV(B) | 299.58º | 0.56% | 1% | - |
| XYZ | 64.08 | 39.41 | 97.99 | - |
| YUV | 169.76 | 175.54 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 254 | 0.00 | 0.56 | 0 | 0.00 | 299.58 | 0.99 | 0.72 |
| Hex | FD | 6F | FE | 0 | 38 | 0 | 0 | 12C | 63 | 48 |
| Octal | 375 | 157 | 376 | 0 | 70 | 0 | 0 | 454 | 143 | 110 |
| Binary | 11111101 | 1101111 | 11111110 | 0 | 111000 | 0 | 0 | 100101100 | 1100011 | 1001000 |
Color Harmonies of #FD6FFE
Complementary color
Monochromatic Colors of #FD6FFE
Black with #FD6FFE
Text Example
Text Example
White with #FD6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FFE; }
p { color: rgb(253,111,254); }
H1.HeaderClassName
{
color: #FD6FFE;
}
.AnyTagClassName
{
color: #FD6FFE;
}
</style>
background-color css
<style>
a { background-color: #FD6FFE; }
a { background-color: rgb(253,111,254); }
div.DivClassName
{
background-color: #FD6FFE;
}
.BgClassName
{
background-color: #FD6FFE;
}
</style>
border-color css
<style>
span { border-color: #FD6FFE; }
span { border-color: rgb(253,111,254); }
td.TdClassName
{
border-color: #FD6FFE;
}
.TagClassName
{
border-color: #FD6FFE;
}
</style>