#F06EFC

Color #F06EFC Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #F06EFC

Tints of Ultra Pink #F06EFC

Color information

#F06EFC (or 0xF06EFC) is unknown color: approx Ultra Pink. HEX triplet: F0, 6E and FC. RGB value is (240,110,252). Sum of RGB (Red+Green+Blue) = 240+110+252=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 110 (43.36% from 255 or 18.27% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #F06EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06EFC is #0F9103. Grayscale: #A4A4A4. Windows color (decimal): -1020164 or 16543472. OLE color: 16543472.

HSL color Cylindrical-coordinate representation of color #F06EFC: hue angle of 294.93º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06EFC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240110252-
CMYK0.050.5600.01
HSL294.93º95.95%70.98%-
HSV(B)294.93º56.35%98.82%-
XYZ59.0836.7196.07-
YUV165.06177.07181.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 110 (43.36% from 255) = 18.27%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=39.87%
G=18.27%
B=41.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401102520.050.5600.01294.9395.9570.98
HexF06EFC538011276047
Octal36015637457001447140107
Binary111100001101110111111001011110000110010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06EFC; }

 p { color: rgb(240,110,252); }

 H1.HeaderClassName
 {
   color: #F06EFC;
 }
 .AnyTagClassName
 {
   color: #F06EFC;
 }
</style>
background-color css

<style>
 a { background-color: #F06EFC; }

 a { background-color: rgb(240,110,252); }

 div.DivClassName
 {
   background-color: #F06EFC;
 }
 .BgClassName
 {
   background-color: #F06EFC;
 }
</style>
border-color css

<style>
 span { border-color: #F06EFC; }

 span { border-color: rgb(240,110,252); }

 td.TdClassName
 {
   border-color: #F06EFC;
 }
 .TagClassName
 {
   border-color: #F06EFC;
 }
</style>