Shades of Ultra Pink #FA6BEE
Tints of Ultra Pink #FA6BEE
RGB
CMYK
RGB Variations
Color information
#FA6BEE (or 0xFA6BEE) is known color: Ultra Pink. HEX triplet: FA, 6B and EE. RGB value is (250,107,238). Sum of RGB (Red+Green+Blue) = 250+107+238=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BEE is #059411. Grayscale: #A4A4A4. Windows color (decimal): -365586 or 15625210. OLE color: 15625210.
HSL color Cylindrical-coordinate representation of color #FA6BEE: hue angle of 305.03º 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 #FA6BEE is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 238 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.02 |
| HSL | 305.04º | 0.93% | 0.7% | - |
| HSV(B) | 305.04º | 0.57% | 0.98% | - |
| XYZ | 60.11 | 37.01 | 84.86 | - |
| YUV | 164.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 238 | 0 | 0.57 | 0.05 | 0.02 | 305.04 | 0.93 | 0.7 |
| Hex | FA | 6B | EE | 0 | 39 | 5 | 2 | 131 | 5D | 46 |
| Octal | 372 | 153 | 356 | 0 | 71 | 5 | 2 | 461 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11101110 | 0 | 111001 | 101 | 10 | 100110001 | 1011101 | 1000110 |
Color Harmonies of #FA6BEE
Complementary color
Monochromatic Colors of #FA6BEE
Black with #FA6BEE
Text Example
Text Example
White with #FA6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BEE; }
p { color: rgb(250,107,238); }
H1.HeaderClassName
{
color: #FA6BEE;
}
.AnyTagClassName
{
color: #FA6BEE;
}
</style>
background-color css
<style>
a { background-color: #FA6BEE; }
a { background-color: rgb(250,107,238); }
div.DivClassName
{
background-color: #FA6BEE;
}
.BgClassName
{
background-color: #FA6BEE;
}
</style>
border-color css
<style>
span { border-color: #FA6BEE; }
span { border-color: rgb(250,107,238); }
td.TdClassName
{
border-color: #FA6BEE;
}
.TagClassName
{
border-color: #FA6BEE;
}
</style>