Shades of Ultra Pink #FA6DF8
Tints of Ultra Pink #FA6DF8
RGB
CMYK
RGB Variations
Color information
#FA6DF8 (or 0xFA6DF8) is known color: Ultra Pink. HEX triplet: FA, 6D and F8. RGB value is (250,109,248). Sum of RGB (Red+Green+Blue) = 250+109+248=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF8 is #059207. Grayscale: #A6A6A6. Windows color (decimal): -365064 or 16281082. OLE color: 16281082.
HSL color Cylindrical-coordinate representation of color #FA6DF8: hue angle of 300.85º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DF8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 248 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.02 |
| HSL | 300.85º | 0.93% | 0.7% | - |
| HSV(B) | 300.85º | 0.56% | 0.98% | - |
| XYZ | 61.84 | 38.04 | 92.89 | - |
| YUV | 167.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 248 | 0 | 0.56 | 0.01 | 0.02 | 300.85 | 0.93 | 0.7 |
| Hex | FA | 6D | F8 | 0 | 38 | 1 | 2 | 12D | 5D | 46 |
| Octal | 372 | 155 | 370 | 0 | 70 | 1 | 2 | 455 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11111000 | 0 | 111000 | 1 | 10 | 100101101 | 1011101 | 1000110 |
Color Harmonies of #FA6DF8
Complementary color
Monochromatic Colors of #FA6DF8
Black with #FA6DF8
Text Example
Text Example
White with #FA6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DF8; }
p { color: rgb(250,109,248); }
H1.HeaderClassName
{
color: #FA6DF8;
}
.AnyTagClassName
{
color: #FA6DF8;
}
</style>
background-color css
<style>
a { background-color: #FA6DF8; }
a { background-color: rgb(250,109,248); }
div.DivClassName
{
background-color: #FA6DF8;
}
.BgClassName
{
background-color: #FA6DF8;
}
</style>
border-color css
<style>
span { border-color: #FA6DF8; }
span { border-color: rgb(250,109,248); }
td.TdClassName
{
border-color: #FA6DF8;
}
.TagClassName
{
border-color: #FA6DF8;
}
</style>