Shades of Ultra Pink #F66CFC
Tints of Ultra Pink #F66CFC
RGB
CMYK
RGB Variations
Color information
#F66CFC (or 0xF66CFC) is known color: Ultra Pink. HEX triplet: F6, 6C and FC. RGB value is (246,108,252). Sum of RGB (Red+Green+Blue) = 246+108+252=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 108 (42.58% from 255 or 17.82% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #F66CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66CFC is #099303. Grayscale: #A5A5A5. Windows color (decimal): -627460 or 16542966. OLE color: 16542966.
HSL color Cylindrical-coordinate representation of color #F66CFC: hue angle of 297.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66CFC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 108 | 252 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.01 |
| HSL | 297.5º | 0.96% | 0.71% | - |
| HSV(B) | 297.5º | 0.57% | 0.99% | - |
| XYZ | 60.94 | 37.35 | 96.09 | - |
| YUV | 165.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 252 | 0.02 | 0.57 | 0 | 0.01 | 297.5 | 0.96 | 0.71 |
| Hex | F6 | 6C | FC | 2 | 39 | 0 | 1 | 12A | 60 | 47 |
| Octal | 366 | 154 | 374 | 2 | 71 | 0 | 1 | 452 | 140 | 107 |
| Binary | 11110110 | 1101100 | 11111100 | 10 | 111001 | 0 | 1 | 100101010 | 1100000 | 1000111 |
Color Harmonies of #F66CFC
Complementary color
Monochromatic Colors of #F66CFC
Black with #F66CFC
Text Example
Text Example
White with #F66CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CFC; }
p { color: rgb(246,108,252); }
H1.HeaderClassName
{
color: #F66CFC;
}
.AnyTagClassName
{
color: #F66CFC;
}
</style>
background-color css
<style>
a { background-color: #F66CFC; }
a { background-color: rgb(246,108,252); }
div.DivClassName
{
background-color: #F66CFC;
}
.BgClassName
{
background-color: #F66CFC;
}
</style>
border-color css
<style>
span { border-color: #F66CFC; }
span { border-color: rgb(246,108,252); }
td.TdClassName
{
border-color: #F66CFC;
}
.TagClassName
{
border-color: #F66CFC;
}
</style>