Shades of Ultra Pink #FA6BFA
Tints of Ultra Pink #FA6BFA
RGB
CMYK
RGB Variations
Color information
#FA6BFA (or 0xFA6BFA) is known color: Ultra Pink. HEX triplet: FA, 6B and FA. RGB value is (250,107,250). Sum of RGB (Red+Green+Blue) = 250+107+250=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 107 (42.19% from 255 or 17.63% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BFA is #059405. Grayscale: #A5A5A5. Windows color (decimal): -365574 or 16411642. OLE color: 16411642.
HSL color Cylindrical-coordinate representation of color #FA6BFA: hue angle of 300º 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 #FA6BFA is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 250 | - |
| CMYK | 0 | 0.57 | 0 | 0.02 |
| HSL | 300º | 0.93% | 0.7% | - |
| HSV(B) | 300º | 0.57% | 0.98% | - |
| XYZ | 61.94 | 37.74 | 94.46 | - |
| YUV | 166.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 250 | 0 | 0.57 | 0 | 0.02 | 300 | 0.93 | 0.7 |
| Hex | FA | 6B | FA | 0 | 39 | 0 | 2 | 12C | 5D | 46 |
| Octal | 372 | 153 | 372 | 0 | 71 | 0 | 2 | 454 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11111010 | 0 | 111001 | 0 | 10 | 100101100 | 1011101 | 1000110 |
Color Harmonies of #FA6BFA
Complementary color
Monochromatic Colors of #FA6BFA
Black with #FA6BFA
Text Example
Text Example
White with #FA6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BFA; }
p { color: rgb(250,107,250); }
H1.HeaderClassName
{
color: #FA6BFA;
}
.AnyTagClassName
{
color: #FA6BFA;
}
</style>
background-color css
<style>
a { background-color: #FA6BFA; }
a { background-color: rgb(250,107,250); }
div.DivClassName
{
background-color: #FA6BFA;
}
.BgClassName
{
background-color: #FA6BFA;
}
</style>
border-color css
<style>
span { border-color: #FA6BFA; }
span { border-color: rgb(250,107,250); }
td.TdClassName
{
border-color: #FA6BFA;
}
.TagClassName
{
border-color: #FA6BFA;
}
</style>