Shades of Ultra Pink #FA6BEB
Tints of Ultra Pink #FA6BEB
RGB
CMYK
RGB Variations
Color information
#FA6BEB (or 0xFA6BEB) is known color: Ultra Pink. HEX triplet: FA, 6B and EB. RGB value is (250,107,235). Sum of RGB (Red+Green+Blue) = 250+107+235=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 107 (42.19% from 255 or 18.07% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BEB is #059414. Grayscale: #A3A3A3. Windows color (decimal): -365589 or 15428602. OLE color: 15428602.
HSL color Cylindrical-coordinate representation of color #FA6BEB: hue angle of 306.29º 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 #FA6BEB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 235 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.02 |
| HSL | 306.29º | 0.93% | 0.7% | - |
| HSV(B) | 306.29º | 0.57% | 0.98% | - |
| XYZ | 59.68 | 36.84 | 82.56 | - |
| YUV | 164.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 235 | 0 | 0.57 | 0.06 | 0.02 | 306.29 | 0.93 | 0.7 |
| Hex | FA | 6B | EB | 0 | 39 | 6 | 2 | 132 | 5D | 46 |
| Octal | 372 | 153 | 353 | 0 | 71 | 6 | 2 | 462 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11101011 | 0 | 111001 | 110 | 10 | 100110010 | 1011101 | 1000110 |
Color Harmonies of #FA6BEB
Complementary color
Monochromatic Colors of #FA6BEB
Black with #FA6BEB
Text Example
Text Example
White with #FA6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BEB; }
p { color: rgb(250,107,235); }
H1.HeaderClassName
{
color: #FA6BEB;
}
.AnyTagClassName
{
color: #FA6BEB;
}
</style>
background-color css
<style>
a { background-color: #FA6BEB; }
a { background-color: rgb(250,107,235); }
div.DivClassName
{
background-color: #FA6BEB;
}
.BgClassName
{
background-color: #FA6BEB;
}
</style>
border-color css
<style>
span { border-color: #FA6BEB; }
span { border-color: rgb(250,107,235); }
td.TdClassName
{
border-color: #FA6BEB;
}
.TagClassName
{
border-color: #FA6BEB;
}
</style>