Shades of Ultra Pink #F66BED
Tints of Ultra Pink #F66BED
RGB
CMYK
RGB Variations
Color information
#F66BED (or 0xF66BED) is known color: Ultra Pink. HEX triplet: F6, 6B and ED. RGB value is (246,107,237). Sum of RGB (Red+Green+Blue) = 246+107+237=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 107 (42.19% from 255 or 18.14% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F66BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66BED is #099412. Grayscale: #A3A3A3. Windows color (decimal): -627731 or 15559670. OLE color: 15559670.
HSL color Cylindrical-coordinate representation of color #F66BED: hue angle of 303.88º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66BED is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 237 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.04 |
| HSL | 303.88º | 0.89% | 0.69% | - |
| HSV(B) | 303.88º | 0.57% | 0.96% | - |
| XYZ | 58.55 | 36.22 | 84.03 | - |
| YUV | 163.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 237 | 0 | 0.57 | 0.04 | 0.04 | 303.88 | 0.89 | 0.69 |
| Hex | F6 | 6B | ED | 0 | 39 | 4 | 4 | 130 | 59 | 45 |
| Octal | 366 | 153 | 355 | 0 | 71 | 4 | 4 | 460 | 131 | 105 |
| Binary | 11110110 | 1101011 | 11101101 | 0 | 111001 | 100 | 100 | 100110000 | 1011001 | 1000101 |
Color Harmonies of #F66BED
Complementary color
Monochromatic Colors of #F66BED
Black with #F66BED
Text Example
Text Example
White with #F66BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66BED; }
p { color: rgb(246,107,237); }
H1.HeaderClassName
{
color: #F66BED;
}
.AnyTagClassName
{
color: #F66BED;
}
</style>
background-color css
<style>
a { background-color: #F66BED; }
a { background-color: rgb(246,107,237); }
div.DivClassName
{
background-color: #F66BED;
}
.BgClassName
{
background-color: #F66BED;
}
</style>
border-color css
<style>
span { border-color: #F66BED; }
span { border-color: rgb(246,107,237); }
td.TdClassName
{
border-color: #F66BED;
}
.TagClassName
{
border-color: #F66BED;
}
</style>