Shades of Ultra Pink #F06FF3
Tints of Ultra Pink #F06FF3
RGB
CMYK
RGB Variations
Color information
#F06FF3 (or 0xF06FF3) is known color: Ultra Pink. HEX triplet: F0, 6F and F3. RGB value is (240,111,243). Sum of RGB (Red+Green+Blue) = 240+111+243=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 111 (43.75% from 255 or 18.69% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #F06FF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06FF3 is #0F900C. Grayscale: #A4A4A4. Windows color (decimal): -1019917 or 15953904. OLE color: 15953904.
HSL color Cylindrical-coordinate representation of color #F06FF3: hue angle of 298.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FF3 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 111 | 243 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.05 |
| HSL | 298.64º | 0.85% | 0.69% | - |
| HSV(B) | 298.64º | 0.54% | 0.95% | - |
| XYZ | 57.8 | 36.37 | 88.77 | - |
| YUV | 164.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 243 | 0.01 | 0.54 | 0 | 0.05 | 298.64 | 0.85 | 0.69 |
| Hex | F0 | 6F | F3 | 1 | 36 | 0 | 5 | 12B | 55 | 45 |
| Octal | 360 | 157 | 363 | 1 | 66 | 0 | 5 | 453 | 125 | 105 |
| Binary | 11110000 | 1101111 | 11110011 | 1 | 110110 | 0 | 101 | 100101011 | 1010101 | 1000101 |
Color Harmonies of #F06FF3
Complementary color
Monochromatic Colors of #F06FF3
Black with #F06FF3
Text Example
Text Example
White with #F06FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FF3; }
p { color: rgb(240,111,243); }
H1.HeaderClassName
{
color: #F06FF3;
}
.AnyTagClassName
{
color: #F06FF3;
}
</style>
background-color css
<style>
a { background-color: #F06FF3; }
a { background-color: rgb(240,111,243); }
div.DivClassName
{
background-color: #F06FF3;
}
.BgClassName
{
background-color: #F06FF3;
}
</style>
border-color css
<style>
span { border-color: #F06FF3; }
span { border-color: rgb(240,111,243); }
td.TdClassName
{
border-color: #F06FF3;
}
.TagClassName
{
border-color: #F06FF3;
}
</style>