Shades of Ultra Pink #F06CFD
Tints of Ultra Pink #F06CFD
RGB
CMYK
RGB Variations
Color information
#F06CFD (or 0xF06CFD) is known color: Ultra Pink. HEX triplet: F0, 6C and FD. RGB value is (240,108,253). Sum of RGB (Red+Green+Blue) = 240+108+253=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 108 (42.58% from 255 or 17.97% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #F06CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CFD is #0F9302. Grayscale: #A3A3A3. Windows color (decimal): -1020675 or 16608496. OLE color: 16608496.
HSL color Cylindrical-coordinate representation of color #F06CFD: hue angle of 294.62º 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 #F06CFD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 108 | 253 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.01 |
| HSL | 294.62º | 0.97% | 0.71% | - |
| HSV(B) | 294.62º | 0.57% | 0.99% | - |
| XYZ | 59.03 | 36.34 | 96.83 | - |
| YUV | 164 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 253 | 0.05 | 0.57 | 0 | 0.01 | 294.62 | 0.97 | 0.71 |
| Hex | F0 | 6C | FD | 5 | 39 | 0 | 1 | 127 | 61 | 47 |
| Octal | 360 | 154 | 375 | 5 | 71 | 0 | 1 | 447 | 141 | 107 |
| Binary | 11110000 | 1101100 | 11111101 | 101 | 111001 | 0 | 1 | 100100111 | 1100001 | 1000111 |
Color Harmonies of #F06CFD
Complementary color
Monochromatic Colors of #F06CFD
Black with #F06CFD
Text Example
Text Example
White with #F06CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CFD; }
p { color: rgb(240,108,253); }
H1.HeaderClassName
{
color: #F06CFD;
}
.AnyTagClassName
{
color: #F06CFD;
}
</style>
background-color css
<style>
a { background-color: #F06CFD; }
a { background-color: rgb(240,108,253); }
div.DivClassName
{
background-color: #F06CFD;
}
.BgClassName
{
background-color: #F06CFD;
}
</style>
border-color css
<style>
span { border-color: #F06CFD; }
span { border-color: rgb(240,108,253); }
td.TdClassName
{
border-color: #F06CFD;
}
.TagClassName
{
border-color: #F06CFD;
}
</style>