Shades of Ultra Pink #FA6DFB
Tints of Ultra Pink #FA6DFB
RGB
CMYK
RGB Variations
Color information
#FA6DFB (or 0xFA6DFB) is known color: Ultra Pink. HEX triplet: FA, 6D and FB. RGB value is (250,109,251). Sum of RGB (Red+Green+Blue) = 250+109+251=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 109 (42.97% from 255 or 17.87% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA6DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DFB is #059204. Grayscale: #A6A6A6. Windows color (decimal): -365061 or 16477690. OLE color: 16477690.
HSL color Cylindrical-coordinate representation of color #FA6DFB: hue angle of 299.58º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6DFB is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 251 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.02 |
| HSL | 299.58º | 0.95% | 0.71% | - |
| HSV(B) | 299.58º | 0.57% | 0.98% | - |
| XYZ | 62.31 | 38.23 | 95.36 | - |
| YUV | 167.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 251 | 0.00 | 0.57 | 0 | 0.02 | 299.58 | 0.95 | 0.71 |
| Hex | FA | 6D | FB | 0 | 39 | 0 | 2 | 12C | 5F | 47 |
| Octal | 372 | 155 | 373 | 0 | 71 | 0 | 2 | 454 | 137 | 107 |
| Binary | 11111010 | 1101101 | 11111011 | 0 | 111001 | 0 | 10 | 100101100 | 1011111 | 1000111 |
Color Harmonies of #FA6DFB
Complementary color
Monochromatic Colors of #FA6DFB
Black with #FA6DFB
Text Example
Text Example
White with #FA6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DFB; }
p { color: rgb(250,109,251); }
H1.HeaderClassName
{
color: #FA6DFB;
}
.AnyTagClassName
{
color: #FA6DFB;
}
</style>
background-color css
<style>
a { background-color: #FA6DFB; }
a { background-color: rgb(250,109,251); }
div.DivClassName
{
background-color: #FA6DFB;
}
.BgClassName
{
background-color: #FA6DFB;
}
</style>
border-color css
<style>
span { border-color: #FA6DFB; }
span { border-color: rgb(250,109,251); }
td.TdClassName
{
border-color: #FA6DFB;
}
.TagClassName
{
border-color: #FA6DFB;
}
</style>