Shades of Ultra Pink #FD6BFF
Tints of Ultra Pink #FD6BFF
RGB
CMYK
RGB Variations
Color information
#FD6BFF (or 0xFD6BFF) is known color: Ultra Pink. HEX triplet: FD, 6B and FF. RGB value is (253,107,255). Sum of RGB (Red+Green+Blue) = 253+107+255=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 107 (42.19% from 255 or 17.40% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD6BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6BFF is #029400. Grayscale: #A7A7A7. Windows color (decimal): -168961 or 16739325. OLE color: 16739325.
HSL color Cylindrical-coordinate representation of color #FD6BFF: hue angle of 299.19º 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 #FD6BFF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 107 | 255 | - |
| CMYK | 0.01 | 0.58 | 0 | 0 |
| HSL | 299.19º | 1% | 0.71% | - |
| HSV(B) | 299.19º | 0.58% | 1% | - |
| XYZ | 63.82 | 38.62 | 98.7 | - |
| YUV | 167.53 | 177.37 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 255 | 0.01 | 0.58 | 0 | 0 | 299.19 | 1 | 0.71 |
| Hex | FD | 6B | FF | 1 | 3A | 0 | 0 | 12B | 64 | 47 |
| Octal | 375 | 153 | 377 | 1 | 72 | 0 | 0 | 453 | 144 | 107 |
| Binary | 11111101 | 1101011 | 11111111 | 1 | 111010 | 0 | 0 | 100101011 | 1100100 | 1000111 |
Color Harmonies of #FD6BFF
Complementary color
Monochromatic Colors of #FD6BFF
Black with #FD6BFF
Text Example
Text Example
White with #FD6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BFF; }
p { color: rgb(253,107,255); }
H1.HeaderClassName
{
color: #FD6BFF;
}
.AnyTagClassName
{
color: #FD6BFF;
}
</style>
background-color css
<style>
a { background-color: #FD6BFF; }
a { background-color: rgb(253,107,255); }
div.DivClassName
{
background-color: #FD6BFF;
}
.BgClassName
{
background-color: #FD6BFF;
}
</style>
border-color css
<style>
span { border-color: #FD6BFF; }
span { border-color: rgb(253,107,255); }
td.TdClassName
{
border-color: #FD6BFF;
}
.TagClassName
{
border-color: #FD6BFF;
}
</style>