Shades of Ultra Pink #FD6CFE
Tints of Ultra Pink #FD6CFE
RGB
CMYK
RGB Variations
Color information
#FD6CFE (or 0xFD6CFE) is known color: Ultra Pink. HEX triplet: FD, 6C and FE. RGB value is (253,108,254). Sum of RGB (Red+Green+Blue) = 253+108+254=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 108 (42.58% from 255 or 17.56% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD6CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6CFE is #029301. Grayscale: #A7A7A7. Windows color (decimal): -168706 or 16674045. OLE color: 16674045.
HSL color Cylindrical-coordinate representation of color #FD6CFE: hue angle of 299.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6CFE is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 108 | 254 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.00 |
| HSL | 299.59º | 0.99% | 0.71% | - |
| HSV(B) | 299.59º | 0.57% | 1% | - |
| XYZ | 63.76 | 38.76 | 97.89 | - |
| YUV | 168 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 254 | 0.00 | 0.57 | 0 | 0.00 | 299.59 | 0.99 | 0.71 |
| Hex | FD | 6C | FE | 0 | 39 | 0 | 0 | 12C | 63 | 47 |
| Octal | 375 | 154 | 376 | 0 | 71 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111101 | 1101100 | 11111110 | 0 | 111001 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FD6CFE
Complementary color
Monochromatic Colors of #FD6CFE
Black with #FD6CFE
Text Example
Text Example
White with #FD6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6CFE; }
p { color: rgb(253,108,254); }
H1.HeaderClassName
{
color: #FD6CFE;
}
.AnyTagClassName
{
color: #FD6CFE;
}
</style>
background-color css
<style>
a { background-color: #FD6CFE; }
a { background-color: rgb(253,108,254); }
div.DivClassName
{
background-color: #FD6CFE;
}
.BgClassName
{
background-color: #FD6CFE;
}
</style>
border-color css
<style>
span { border-color: #FD6CFE; }
span { border-color: rgb(253,108,254); }
td.TdClassName
{
border-color: #FD6CFE;
}
.TagClassName
{
border-color: #FD6CFE;
}
</style>