Shades of Ultra Pink #FD6BFA
Tints of Ultra Pink #FD6BFA
RGB
CMYK
RGB Variations
Color information
#FD6BFA (or 0xFD6BFA) is known color: Ultra Pink. HEX triplet: FD, 6B and FA. RGB value is (253,107,250). Sum of RGB (Red+Green+Blue) = 253+107+250=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 107 (42.19% from 255 or 17.54% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6BFA is #029405. Grayscale: #A6A6A6. Windows color (decimal): -168966 or 16411645. OLE color: 16411645.
HSL color Cylindrical-coordinate representation of color #FD6BFA: hue angle of 301.23º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6BFA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 250 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.01 |
| HSL | 301.23º | 0.97% | 0.71% | - |
| HSV(B) | 301.23º | 0.58% | 0.99% | - |
| XYZ | 63.02 | 38.3 | 94.51 | - |
| YUV | 166.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 250 | 0 | 0.58 | 0.01 | 0.01 | 301.23 | 0.97 | 0.71 |
| Hex | FD | 6B | FA | 0 | 3A | 1 | 1 | 12D | 61 | 47 |
| Octal | 375 | 153 | 372 | 0 | 72 | 1 | 1 | 455 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11111010 | 0 | 111010 | 1 | 1 | 100101101 | 1100001 | 1000111 |
Color Harmonies of #FD6BFA
Complementary color
Monochromatic Colors of #FD6BFA
Black with #FD6BFA
Text Example
Text Example
White with #FD6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BFA; }
p { color: rgb(253,107,250); }
H1.HeaderClassName
{
color: #FD6BFA;
}
.AnyTagClassName
{
color: #FD6BFA;
}
</style>
background-color css
<style>
a { background-color: #FD6BFA; }
a { background-color: rgb(253,107,250); }
div.DivClassName
{
background-color: #FD6BFA;
}
.BgClassName
{
background-color: #FD6BFA;
}
</style>
border-color css
<style>
span { border-color: #FD6BFA; }
span { border-color: rgb(253,107,250); }
td.TdClassName
{
border-color: #FD6BFA;
}
.TagClassName
{
border-color: #FD6BFA;
}
</style>