Shades of Ultra Pink #FA6FFE
Tints of Ultra Pink #FA6FFE
RGB
CMYK
RGB Variations
Color information
#FA6FFE (or 0xFA6FFE) is known color: Ultra Pink. HEX triplet: FA, 6F and FE. RGB value is (250,111,254). Sum of RGB (Red+Green+Blue) = 250+111+254=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 111 (43.75% from 255 or 18.05% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA6FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FFE is #059001. Grayscale: #A8A8A8. Windows color (decimal): -364546 or 16674810. OLE color: 16674810.
HSL color Cylindrical-coordinate representation of color #FA6FFE: hue angle of 298.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FFE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 111 | 254 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.00 |
| HSL | 298.32º | 0.99% | 0.72% | - |
| HSV(B) | 298.32º | 0.56% | 1% | - |
| XYZ | 63 | 38.85 | 97.94 | - |
| YUV | 168.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 254 | 0.02 | 0.56 | 0 | 0.00 | 298.32 | 0.99 | 0.72 |
| Hex | FA | 6F | FE | 2 | 38 | 0 | 0 | 12A | 63 | 48 |
| Octal | 372 | 157 | 376 | 2 | 70 | 0 | 0 | 452 | 143 | 110 |
| Binary | 11111010 | 1101111 | 11111110 | 10 | 111000 | 0 | 0 | 100101010 | 1100011 | 1001000 |
Color Harmonies of #FA6FFE
Complementary color
Monochromatic Colors of #FA6FFE
Black with #FA6FFE
Text Example
Text Example
White with #FA6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FFE; }
p { color: rgb(250,111,254); }
H1.HeaderClassName
{
color: #FA6FFE;
}
.AnyTagClassName
{
color: #FA6FFE;
}
</style>
background-color css
<style>
a { background-color: #FA6FFE; }
a { background-color: rgb(250,111,254); }
div.DivClassName
{
background-color: #FA6FFE;
}
.BgClassName
{
background-color: #FA6FFE;
}
</style>
border-color css
<style>
span { border-color: #FA6FFE; }
span { border-color: rgb(250,111,254); }
td.TdClassName
{
border-color: #FA6FFE;
}
.TagClassName
{
border-color: #FA6FFE;
}
</style>