Shades of Ultra Pink #F66CFD
Tints of Ultra Pink #F66CFD
RGB
CMYK
RGB Variations
Color information
#F66CFD (or 0xF66CFD) is known color: Ultra Pink. HEX triplet: F6, 6C and FD. RGB value is (246,108,253). Sum of RGB (Red+Green+Blue) = 246+108+253=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 108 (42.58% from 255 or 17.79% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #F66CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F66CFD is #099302. Grayscale: #A5A5A5. Windows color (decimal): -627459 or 16608502. OLE color: 16608502.
HSL color Cylindrical-coordinate representation of color #F66CFD: hue angle of 297.1º degrees, saturation: 0.97, 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 #F66CFD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 108 | 253 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.01 |
| HSL | 297.1º | 0.97% | 0.71% | - |
| HSV(B) | 297.1º | 0.57% | 0.99% | - |
| XYZ | 61.1 | 37.41 | 96.93 | - |
| YUV | 165.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 253 | 0.03 | 0.57 | 0 | 0.01 | 297.1 | 0.97 | 0.71 |
| Hex | F6 | 6C | FD | 3 | 39 | 0 | 1 | 129 | 61 | 47 |
| Octal | 366 | 154 | 375 | 3 | 71 | 0 | 1 | 451 | 141 | 107 |
| Binary | 11110110 | 1101100 | 11111101 | 11 | 111001 | 0 | 1 | 100101001 | 1100001 | 1000111 |
Color Harmonies of #F66CFD
Complementary color
Monochromatic Colors of #F66CFD
Black with #F66CFD
Text Example
Text Example
White with #F66CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CFD; }
p { color: rgb(246,108,253); }
H1.HeaderClassName
{
color: #F66CFD;
}
.AnyTagClassName
{
color: #F66CFD;
}
</style>
background-color css
<style>
a { background-color: #F66CFD; }
a { background-color: rgb(246,108,253); }
div.DivClassName
{
background-color: #F66CFD;
}
.BgClassName
{
background-color: #F66CFD;
}
</style>
border-color css
<style>
span { border-color: #F66CFD; }
span { border-color: rgb(246,108,253); }
td.TdClassName
{
border-color: #F66CFD;
}
.TagClassName
{
border-color: #F66CFD;
}
</style>