Shades of Ultra Pink #FA6EF2
Tints of Ultra Pink #FA6EF2
RGB
CMYK
RGB Variations
Color information
#FA6EF2 (or 0xFA6EF2) is known color: Ultra Pink. HEX triplet: FA, 6E and F2. RGB value is (250,110,242). Sum of RGB (Red+Green+Blue) = 250+110+242=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 110 (43.36% from 255 or 18.27% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6EF2 is #05910D. Grayscale: #A6A6A6. Windows color (decimal): -364814 or 15888122. OLE color: 15888122.
HSL color Cylindrical-coordinate representation of color #FA6EF2: hue angle of 303.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6EF2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 242 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.02 |
| HSL | 303.43º | 0.93% | 0.71% | - |
| HSV(B) | 303.43º | 0.56% | 0.98% | - |
| XYZ | 61.03 | 37.89 | 88.1 | - |
| YUV | 166.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 242 | 0 | 0.56 | 0.03 | 0.02 | 303.43 | 0.93 | 0.71 |
| Hex | FA | 6E | F2 | 0 | 38 | 3 | 2 | 12F | 5D | 47 |
| Octal | 372 | 156 | 362 | 0 | 70 | 3 | 2 | 457 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11110010 | 0 | 111000 | 11 | 10 | 100101111 | 1011101 | 1000111 |
Color Harmonies of #FA6EF2
Complementary color
Monochromatic Colors of #FA6EF2
Black with #FA6EF2
Text Example
Text Example
White with #FA6EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6EF2; }
p { color: rgb(250,110,242); }
H1.HeaderClassName
{
color: #FA6EF2;
}
.AnyTagClassName
{
color: #FA6EF2;
}
</style>
background-color css
<style>
a { background-color: #FA6EF2; }
a { background-color: rgb(250,110,242); }
div.DivClassName
{
background-color: #FA6EF2;
}
.BgClassName
{
background-color: #FA6EF2;
}
</style>
border-color css
<style>
span { border-color: #FA6EF2; }
span { border-color: rgb(250,110,242); }
td.TdClassName
{
border-color: #FA6EF2;
}
.TagClassName
{
border-color: #FA6EF2;
}
</style>