Shades of Ultra Pink #FA6BF2
Tints of Ultra Pink #FA6BF2
RGB
CMYK
RGB Variations
Color information
#FA6BF2 (or 0xFA6BF2) is known color: Ultra Pink. HEX triplet: FA, 6B and F2. RGB value is (250,107,242). Sum of RGB (Red+Green+Blue) = 250+107+242=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 107 (42.19% from 255 or 17.86% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BF2 is #05940D. Grayscale: #A4A4A4. Windows color (decimal): -365582 or 15887354. OLE color: 15887354.
HSL color Cylindrical-coordinate representation of color #FA6BF2: hue angle of 303.36º 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 #FA6BF2 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 242 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.02 |
| HSL | 303.36º | 0.93% | 0.7% | - |
| HSV(B) | 303.36º | 0.57% | 0.98% | - |
| XYZ | 60.71 | 37.25 | 87.99 | - |
| YUV | 165.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 242 | 0 | 0.57 | 0.03 | 0.02 | 303.36 | 0.93 | 0.7 |
| Hex | FA | 6B | F2 | 0 | 39 | 3 | 2 | 12F | 5D | 46 |
| Octal | 372 | 153 | 362 | 0 | 71 | 3 | 2 | 457 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11110010 | 0 | 111001 | 11 | 10 | 100101111 | 1011101 | 1000110 |
Color Harmonies of #FA6BF2
Complementary color
Monochromatic Colors of #FA6BF2
Black with #FA6BF2
Text Example
Text Example
White with #FA6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BF2; }
p { color: rgb(250,107,242); }
H1.HeaderClassName
{
color: #FA6BF2;
}
.AnyTagClassName
{
color: #FA6BF2;
}
</style>
background-color css
<style>
a { background-color: #FA6BF2; }
a { background-color: rgb(250,107,242); }
div.DivClassName
{
background-color: #FA6BF2;
}
.BgClassName
{
background-color: #FA6BF2;
}
</style>
border-color css
<style>
span { border-color: #FA6BF2; }
span { border-color: rgb(250,107,242); }
td.TdClassName
{
border-color: #FA6BF2;
}
.TagClassName
{
border-color: #FA6BF2;
}
</style>