Shades of Ultra Pink #FD6BFE
Tints of Ultra Pink #FD6BFE
RGB
CMYK
RGB Variations
Color information
#FD6BFE (or 0xFD6BFE) is known color: Ultra Pink. HEX triplet: FD, 6B and FE. RGB value is (253,107,254). Sum of RGB (Red+Green+Blue) = 253+107+254=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 107 (42.19% from 255 or 17.43% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD6BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6BFE is #029401. Grayscale: #A6A6A6. Windows color (decimal): -168962 or 16673789. OLE color: 16673789.
HSL color Cylindrical-coordinate representation of color #FD6BFE: 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.58%. Process color model (Four color, CMYK) of #FD6BFE is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 107 | 254 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.00 |
| HSL | 299.59º | 0.99% | 0.71% | - |
| HSV(B) | 299.59º | 0.58% | 1% | - |
| XYZ | 63.66 | 38.55 | 97.85 | - |
| YUV | 167.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 254 | 0.00 | 0.58 | 0 | 0.00 | 299.59 | 0.99 | 0.71 |
| Hex | FD | 6B | FE | 0 | 3A | 0 | 0 | 12C | 63 | 47 |
| Octal | 375 | 153 | 376 | 0 | 72 | 0 | 0 | 454 | 143 | 107 |
| Binary | 11111101 | 1101011 | 11111110 | 0 | 111010 | 0 | 0 | 100101100 | 1100011 | 1000111 |
Color Harmonies of #FD6BFE
Complementary color
Monochromatic Colors of #FD6BFE
Black with #FD6BFE
Text Example
Text Example
White with #FD6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BFE; }
p { color: rgb(253,107,254); }
H1.HeaderClassName
{
color: #FD6BFE;
}
.AnyTagClassName
{
color: #FD6BFE;
}
</style>
background-color css
<style>
a { background-color: #FD6BFE; }
a { background-color: rgb(253,107,254); }
div.DivClassName
{
background-color: #FD6BFE;
}
.BgClassName
{
background-color: #FD6BFE;
}
</style>
border-color css
<style>
span { border-color: #FD6BFE; }
span { border-color: rgb(253,107,254); }
td.TdClassName
{
border-color: #FD6BFE;
}
.TagClassName
{
border-color: #FD6BFE;
}
</style>