Shades of Ultra Pink #F66BFA
Tints of Ultra Pink #F66BFA
RGB
CMYK
RGB Variations
Color information
#F66BFA (or 0xF66BFA) is known color: Ultra Pink. HEX triplet: F6, 6B and FA. RGB value is (246,107,250). Sum of RGB (Red+Green+Blue) = 246+107+250=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 107 (42.19% from 255 or 17.74% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #F66BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BFA is #099405. Grayscale: #A4A4A4. Windows color (decimal): -627718 or 16411638. OLE color: 16411638.
HSL color Cylindrical-coordinate representation of color #F66BFA: hue angle of 298.32º 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 #F66BFA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 107 | 250 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.02 |
| HSL | 298.32º | 0.93% | 0.7% | - |
| HSV(B) | 298.32º | 0.57% | 0.98% | - |
| XYZ | 60.52 | 37.01 | 94.4 | - |
| YUV | 164.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 250 | 0.02 | 0.57 | 0 | 0.02 | 298.32 | 0.93 | 0.7 |
| Hex | F6 | 6B | FA | 2 | 39 | 0 | 2 | 12A | 5D | 46 |
| Octal | 366 | 153 | 372 | 2 | 71 | 0 | 2 | 452 | 135 | 106 |
| Binary | 11110110 | 1101011 | 11111010 | 10 | 111001 | 0 | 10 | 100101010 | 1011101 | 1000110 |
Color Harmonies of #F66BFA
Complementary color
Monochromatic Colors of #F66BFA
Black with #F66BFA
Text Example
Text Example
White with #F66BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BFA; }
p { color: rgb(246,107,250); }
H1.HeaderClassName
{
color: #F66BFA;
}
.AnyTagClassName
{
color: #F66BFA;
}
</style>
background-color css
<style>
a { background-color: #F66BFA; }
a { background-color: rgb(246,107,250); }
div.DivClassName
{
background-color: #F66BFA;
}
.BgClassName
{
background-color: #F66BFA;
}
</style>
border-color css
<style>
span { border-color: #F66BFA; }
span { border-color: rgb(246,107,250); }
td.TdClassName
{
border-color: #F66BFA;
}
.TagClassName
{
border-color: #F66BFA;
}
</style>