Shades of Ultra Pink #FA6DF4
Tints of Ultra Pink #FA6DF4
RGB
CMYK
RGB Variations
Color information
#FA6DF4 (or 0xFA6DF4) is known color: Ultra Pink. HEX triplet: FA, 6D and F4. RGB value is (250,109,244). Sum of RGB (Red+Green+Blue) = 250+109+244=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 109 (42.97% from 255 or 18.08% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF4 is #05920B. Grayscale: #A6A6A6. Windows color (decimal): -365068 or 16018938. OLE color: 16018938.
HSL color Cylindrical-coordinate representation of color #FA6DF4: hue angle of 302.55º 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 #FA6DF4 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 244 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.02 |
| HSL | 302.55º | 0.93% | 0.7% | - |
| HSV(B) | 302.55º | 0.56% | 0.98% | - |
| XYZ | 61.22 | 37.79 | 89.66 | - |
| YUV | 166.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 244 | 0 | 0.56 | 0.02 | 0.02 | 302.55 | 0.93 | 0.7 |
| Hex | FA | 6D | F4 | 0 | 38 | 2 | 2 | 12F | 5D | 46 |
| Octal | 372 | 155 | 364 | 0 | 70 | 2 | 2 | 457 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11110100 | 0 | 111000 | 10 | 10 | 100101111 | 1011101 | 1000110 |
Color Harmonies of #FA6DF4
Complementary color
Monochromatic Colors of #FA6DF4
Black with #FA6DF4
Text Example
Text Example
White with #FA6DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DF4; }
p { color: rgb(250,109,244); }
H1.HeaderClassName
{
color: #FA6DF4;
}
.AnyTagClassName
{
color: #FA6DF4;
}
</style>
background-color css
<style>
a { background-color: #FA6DF4; }
a { background-color: rgb(250,109,244); }
div.DivClassName
{
background-color: #FA6DF4;
}
.BgClassName
{
background-color: #FA6DF4;
}
</style>
border-color css
<style>
span { border-color: #FA6DF4; }
span { border-color: rgb(250,109,244); }
td.TdClassName
{
border-color: #FA6DF4;
}
.TagClassName
{
border-color: #FA6DF4;
}
</style>