Shades of Ultra Pink #F66BFE
Tints of Ultra Pink #F66BFE
RGB
CMYK
RGB Variations
Color information
#F66BFE (or 0xF66BFE) is known color: Ultra Pink. HEX triplet: F6, 6B and FE. RGB value is (246,107,254). Sum of RGB (Red+Green+Blue) = 246+107+254=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 107 (42.19% from 255 or 17.63% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #F66BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BFE is #099401. Grayscale: #A4A4A4. Windows color (decimal): -627714 or 16673782. OLE color: 16673782.
HSL color Cylindrical-coordinate representation of color #F66BFE: hue angle of 296.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66BFE is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 107 | 254 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.00 |
| HSL | 296.73º | 0.99% | 0.71% | - |
| HSV(B) | 296.73º | 0.58% | 1% | - |
| XYZ | 61.15 | 37.26 | 97.74 | - |
| YUV | 165.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 254 | 0.03 | 0.58 | 0 | 0.00 | 296.73 | 0.99 | 0.71 |
| Hex | F6 | 6B | FE | 3 | 3A | 0 | 0 | 129 | 63 | 47 |
| Octal | 366 | 153 | 376 | 3 | 72 | 0 | 0 | 451 | 143 | 107 |
| Binary | 11110110 | 1101011 | 11111110 | 11 | 111010 | 0 | 0 | 100101001 | 1100011 | 1000111 |
Color Harmonies of #F66BFE
Complementary color
Monochromatic Colors of #F66BFE
Black with #F66BFE
Text Example
Text Example
White with #F66BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BFE; }
p { color: rgb(246,107,254); }
H1.HeaderClassName
{
color: #F66BFE;
}
.AnyTagClassName
{
color: #F66BFE;
}
</style>
background-color css
<style>
a { background-color: #F66BFE; }
a { background-color: rgb(246,107,254); }
div.DivClassName
{
background-color: #F66BFE;
}
.BgClassName
{
background-color: #F66BFE;
}
</style>
border-color css
<style>
span { border-color: #F66BFE; }
span { border-color: rgb(246,107,254); }
td.TdClassName
{
border-color: #F66BFE;
}
.TagClassName
{
border-color: #F66BFE;
}
</style>