Shades of Ultra Pink #FA6BED
Tints of Ultra Pink #FA6BED
RGB
CMYK
RGB Variations
Color information
#FA6BED (or 0xFA6BED) is known color: Ultra Pink. HEX triplet: FA, 6B and ED. RGB value is (250,107,237). Sum of RGB (Red+Green+Blue) = 250+107+237=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BED is #059412. Grayscale: #A4A4A4. Windows color (decimal): -365587 or 15559674. OLE color: 15559674.
HSL color Cylindrical-coordinate representation of color #FA6BED: hue angle of 305.45º 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 #FA6BED is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 237 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.02 |
| HSL | 305.45º | 0.93% | 0.7% | - |
| HSV(B) | 305.45º | 0.57% | 0.98% | - |
| XYZ | 59.97 | 36.95 | 84.09 | - |
| YUV | 164.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 237 | 0 | 0.57 | 0.05 | 0.02 | 305.45 | 0.93 | 0.7 |
| Hex | FA | 6B | ED | 0 | 39 | 5 | 2 | 131 | 5D | 46 |
| Octal | 372 | 153 | 355 | 0 | 71 | 5 | 2 | 461 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11101101 | 0 | 111001 | 101 | 10 | 100110001 | 1011101 | 1000110 |
Color Harmonies of #FA6BED
Complementary color
Monochromatic Colors of #FA6BED
Black with #FA6BED
Text Example
Text Example
White with #FA6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BED; }
p { color: rgb(250,107,237); }
H1.HeaderClassName
{
color: #FA6BED;
}
.AnyTagClassName
{
color: #FA6BED;
}
</style>
background-color css
<style>
a { background-color: #FA6BED; }
a { background-color: rgb(250,107,237); }
div.DivClassName
{
background-color: #FA6BED;
}
.BgClassName
{
background-color: #FA6BED;
}
</style>
border-color css
<style>
span { border-color: #FA6BED; }
span { border-color: rgb(250,107,237); }
td.TdClassName
{
border-color: #FA6BED;
}
.TagClassName
{
border-color: #FA6BED;
}
</style>