Shades of Ultra Pink #FA6FF5
Tints of Ultra Pink #FA6FF5
RGB
CMYK
RGB Variations
Color information
#FA6FF5 (or 0xFA6FF5) is known color: Ultra Pink. HEX triplet: FA, 6F and F5. RGB value is (250,111,245). Sum of RGB (Red+Green+Blue) = 250+111+245=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 111 (43.75% from 255 or 18.32% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FF5 is #05900A. Grayscale: #A7A7A7. Windows color (decimal): -364555 or 16084986. OLE color: 16084986.
HSL color Cylindrical-coordinate representation of color #FA6FF5: hue angle of 302.16º 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 #FA6FF5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 245 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.02 |
| HSL | 302.16º | 0.93% | 0.71% | - |
| HSV(B) | 302.16º | 0.56% | 0.98% | - |
| XYZ | 61.59 | 38.29 | 90.53 | - |
| YUV | 167.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 245 | 0 | 0.56 | 0.02 | 0.02 | 302.16 | 0.93 | 0.71 |
| Hex | FA | 6F | F5 | 0 | 38 | 2 | 2 | 12E | 5D | 47 |
| Octal | 372 | 157 | 365 | 0 | 70 | 2 | 2 | 456 | 135 | 107 |
| Binary | 11111010 | 1101111 | 11110101 | 0 | 111000 | 10 | 10 | 100101110 | 1011101 | 1000111 |
Color Harmonies of #FA6FF5
Complementary color
Monochromatic Colors of #FA6FF5
Black with #FA6FF5
Text Example
Text Example
White with #FA6FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FF5; }
p { color: rgb(250,111,245); }
H1.HeaderClassName
{
color: #FA6FF5;
}
.AnyTagClassName
{
color: #FA6FF5;
}
</style>
background-color css
<style>
a { background-color: #FA6FF5; }
a { background-color: rgb(250,111,245); }
div.DivClassName
{
background-color: #FA6FF5;
}
.BgClassName
{
background-color: #FA6FF5;
}
</style>
border-color css
<style>
span { border-color: #FA6FF5; }
span { border-color: rgb(250,111,245); }
td.TdClassName
{
border-color: #FA6FF5;
}
.TagClassName
{
border-color: #FA6FF5;
}
</style>