Shades of Ultra Pink #FA6CF4
Tints of Ultra Pink #FA6CF4
RGB
CMYK
RGB Variations
Color information
#FA6CF4 (or 0xFA6CF4) is known color: Ultra Pink. HEX triplet: FA, 6C and F4. RGB value is (250,108,244). Sum of RGB (Red+Green+Blue) = 250+108+244=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 108 (42.58% from 255 or 17.94% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CF4 is #05930B. Grayscale: #A5A5A5. Windows color (decimal): -365324 or 16018682. OLE color: 16018682.
HSL color Cylindrical-coordinate representation of color #FA6CF4: hue angle of 302.54º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CF4 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 244 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.02 |
| HSL | 302.54º | 0.93% | 0.7% | - |
| HSV(B) | 302.54º | 0.57% | 0.98% | - |
| XYZ | 61.12 | 37.58 | 89.62 | - |
| YUV | 165.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 244 | 0 | 0.57 | 0.02 | 0.02 | 302.54 | 0.93 | 0.7 |
| Hex | FA | 6C | F4 | 0 | 39 | 2 | 2 | 12F | 5D | 46 |
| Octal | 372 | 154 | 364 | 0 | 71 | 2 | 2 | 457 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11110100 | 0 | 111001 | 10 | 10 | 100101111 | 1011101 | 1000110 |
Color Harmonies of #FA6CF4
Complementary color
Monochromatic Colors of #FA6CF4
Black with #FA6CF4
Text Example
Text Example
White with #FA6CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CF4; }
p { color: rgb(250,108,244); }
H1.HeaderClassName
{
color: #FA6CF4;
}
.AnyTagClassName
{
color: #FA6CF4;
}
</style>
background-color css
<style>
a { background-color: #FA6CF4; }
a { background-color: rgb(250,108,244); }
div.DivClassName
{
background-color: #FA6CF4;
}
.BgClassName
{
background-color: #FA6CF4;
}
</style>
border-color css
<style>
span { border-color: #FA6CF4; }
span { border-color: rgb(250,108,244); }
td.TdClassName
{
border-color: #FA6CF4;
}
.TagClassName
{
border-color: #FA6CF4;
}
</style>