Shades of Ultra Pink #FA6CF0
Tints of Ultra Pink #FA6CF0
RGB
CMYK
RGB Variations
Color information
#FA6CF0 (or 0xFA6CF0) is known color: Ultra Pink. HEX triplet: FA, 6C and F0. RGB value is (250,108,240). Sum of RGB (Red+Green+Blue) = 250+108+240=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 108 (42.58% from 255 or 18.06% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6CF0 is #05930F. Grayscale: #A5A5A5. Windows color (decimal): -365328 or 15756538. OLE color: 15756538.
HSL color Cylindrical-coordinate representation of color #FA6CF0: hue angle of 304.23º 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 #FA6CF0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 240 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.02 |
| HSL | 304.23º | 0.93% | 0.7% | - |
| HSV(B) | 304.23º | 0.57% | 0.98% | - |
| XYZ | 60.52 | 37.34 | 86.46 | - |
| YUV | 165.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 240 | 0 | 0.57 | 0.04 | 0.02 | 304.23 | 0.93 | 0.7 |
| Hex | FA | 6C | F0 | 0 | 39 | 4 | 2 | 130 | 5D | 46 |
| Octal | 372 | 154 | 360 | 0 | 71 | 4 | 2 | 460 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11110000 | 0 | 111001 | 100 | 10 | 100110000 | 1011101 | 1000110 |
Color Harmonies of #FA6CF0
Complementary color
Monochromatic Colors of #FA6CF0
Black with #FA6CF0
Text Example
Text Example
White with #FA6CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CF0; }
p { color: rgb(250,108,240); }
H1.HeaderClassName
{
color: #FA6CF0;
}
.AnyTagClassName
{
color: #FA6CF0;
}
</style>
background-color css
<style>
a { background-color: #FA6CF0; }
a { background-color: rgb(250,108,240); }
div.DivClassName
{
background-color: #FA6CF0;
}
.BgClassName
{
background-color: #FA6CF0;
}
</style>
border-color css
<style>
span { border-color: #FA6CF0; }
span { border-color: rgb(250,108,240); }
td.TdClassName
{
border-color: #FA6CF0;
}
.TagClassName
{
border-color: #FA6CF0;
}
</style>