#EF73FC

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

Shades of Fuchsia Pink #EF73FC

Tints of Fuchsia Pink #EF73FC

Color information

#EF73FC (or 0xEF73FC) is unknown color: approx Fuchsia Pink. HEX triplet: EF, 73 and FC. RGB value is (239,115,252). Sum of RGB (Red+Green+Blue) = 239+115+252=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF73FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73FC is #108C03. Grayscale: #A7A7A7. Windows color (decimal): -1084420 or 16544751. OLE color: 16544751.

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

Color convert

RGB239115252-
CMYK0.050.5400.01
HSL294.31º95.8%71.96%-
HSV(B)294.31º54.37%98.82%-
XYZ59.337.6496.24-
YUV167.69175.58178.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 115 (45.31% from 255) = 18.98%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=39.44%
G=18.98%
B=41.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391152520.050.5400.01294.3195.871.96
HexEF73FC536011266048
Octal35716337456601446140110
Binary111011111110011111111001011101100110010011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF73FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF73FC; }

 p { color: rgb(239,115,252); }

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

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

 a { background-color: rgb(239,115,252); }

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

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

 span { border-color: rgb(239,115,252); }

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