Shades of Ultra Pink #FA6CED
Tints of Ultra Pink #FA6CED
RGB
CMYK
RGB Variations
Color information
#FA6CED (or 0xFA6CED) is known color: Ultra Pink. HEX triplet: FA, 6C and ED. RGB value is (250,108,237). Sum of RGB (Red+Green+Blue) = 250+108+237=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CED is #059312. Grayscale: #A4A4A4. Windows color (decimal): -365331 or 15559930. OLE color: 15559930.
HSL color Cylindrical-coordinate representation of color #FA6CED: hue angle of 305.49º 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 #FA6CED is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 237 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.02 |
| HSL | 305.49º | 0.93% | 0.7% | - |
| HSV(B) | 305.49º | 0.57% | 0.98% | - |
| XYZ | 60.07 | 37.16 | 84.13 | - |
| YUV | 165.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 237 | 0 | 0.57 | 0.05 | 0.02 | 305.49 | 0.93 | 0.7 |
| Hex | FA | 6C | ED | 0 | 39 | 5 | 2 | 131 | 5D | 46 |
| Octal | 372 | 154 | 355 | 0 | 71 | 5 | 2 | 461 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11101101 | 0 | 111001 | 101 | 10 | 100110001 | 1011101 | 1000110 |
Color Harmonies of #FA6CED
Complementary color
Monochromatic Colors of #FA6CED
Black with #FA6CED
Text Example
Text Example
White with #FA6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CED; }
p { color: rgb(250,108,237); }
H1.HeaderClassName
{
color: #FA6CED;
}
.AnyTagClassName
{
color: #FA6CED;
}
</style>
background-color css
<style>
a { background-color: #FA6CED; }
a { background-color: rgb(250,108,237); }
div.DivClassName
{
background-color: #FA6CED;
}
.BgClassName
{
background-color: #FA6CED;
}
</style>
border-color css
<style>
span { border-color: #FA6CED; }
span { border-color: rgb(250,108,237); }
td.TdClassName
{
border-color: #FA6CED;
}
.TagClassName
{
border-color: #FA6CED;
}
</style>