Shades of Ultra Pink #F66CED
Tints of Ultra Pink #F66CED
RGB
CMYK
RGB Variations
Color information
#F66CED (or 0xF66CED) is known color: Ultra Pink. HEX triplet: F6, 6C and ED. RGB value is (246,108,237). Sum of RGB (Red+Green+Blue) = 246+108+237=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 108 (42.58% from 255 or 18.27% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66CED is #099312. Grayscale: #A3A3A3. Windows color (decimal): -627475 or 15559926. OLE color: 15559926.
HSL color Cylindrical-coordinate representation of color #F66CED: hue angle of 303.91º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CED is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 237 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.04 |
| HSL | 303.91º | 0.88% | 0.69% | - |
| HSV(B) | 303.91º | 0.56% | 0.96% | - |
| XYZ | 58.65 | 36.43 | 84.06 | - |
| YUV | 163.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 237 | 0 | 0.56 | 0.04 | 0.04 | 303.91 | 0.88 | 0.69 |
| Hex | F6 | 6C | ED | 0 | 38 | 4 | 4 | 130 | 58 | 45 |
| Octal | 366 | 154 | 355 | 0 | 70 | 4 | 4 | 460 | 130 | 105 |
| Binary | 11110110 | 1101100 | 11101101 | 0 | 111000 | 100 | 100 | 100110000 | 1011000 | 1000101 |
Color Harmonies of #F66CED
Complementary color
Monochromatic Colors of #F66CED
Black with #F66CED
Text Example
Text Example
White with #F66CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CED; }
p { color: rgb(246,108,237); }
H1.HeaderClassName
{
color: #F66CED;
}
.AnyTagClassName
{
color: #F66CED;
}
</style>
background-color css
<style>
a { background-color: #F66CED; }
a { background-color: rgb(246,108,237); }
div.DivClassName
{
background-color: #F66CED;
}
.BgClassName
{
background-color: #F66CED;
}
</style>
border-color css
<style>
span { border-color: #F66CED; }
span { border-color: rgb(246,108,237); }
td.TdClassName
{
border-color: #F66CED;
}
.TagClassName
{
border-color: #F66CED;
}
</style>