#F06CFC

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

Shades of Ultra Pink #F06CFC

Tints of Ultra Pink #F06CFC

Color information

#F06CFC (or 0xF06CFC) is unknown color: approx Ultra Pink. HEX triplet: F0, 6C and FC. RGB value is (240,108,252). Sum of RGB (Red+Green+Blue) = 240+108+252=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 108 (42.58% from 255 or 18% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #F06CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06CFC is #0F9303. Grayscale: #A3A3A3. Windows color (decimal): -1020676 or 16542960. OLE color: 16542960.

HSL color Cylindrical-coordinate representation of color #F06CFC: hue angle of 295º 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 #F06CFC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240108252-
CMYK0.050.5700.01
HSL295º96%70.59%-
HSV(B)295º57.14%98.82%-
XYZ58.8736.2896-
YUV163.88177.73182.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 108 (42.58% from 255) = 18%
BLUE value IS 252 (98.83% from 255) = 42%
R=40%
G=18%
B=42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401082520.050.5700.012959670.59
HexF06CFC539011276047
Octal36015437457101447140107
Binary111100001101100111111001011110010110010011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CFC; }

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

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

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

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

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

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

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

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