Html Css Color HEX #EF09FC Magenta

📋 copy color: '#EF09FC'

red 239 ◦ green 9 ◦ blue 252

#EF09FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #EF09FC

Tints of Magenta #EF09FC

RGB

 RED value IS 239 (93.75% from 255) = 47.8%

 GREEN value IS 9 (3.91% from 255) = 1.8%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 47.8%
G = 1.8%
B = 50.4%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF09FC (or 0xEF09FC) is known color: Magenta. HEX triplet: EF, 09 and FC. RGB value is (239,9,252). Sum of RGB (Red+Green+Blue) = 239+9+252=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 9 (3.91% from 255 or 1.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF09FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FC is #10F603. Grayscale: #686868. Windows color (decimal): -1111556 or 16517615. OLE color: 16517615.

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

Color convert

RGB 239 9 252 -
CMYK 0.05 0.96 0 0.01
HSL 296.79º 0.98% 0.51% -
HSV(B) 296.79º 0.96% 0.99% -
XYZ 53.26 25.57 94.22 -
YUV 105.47 210.7 223.24 -
System Red Green Blue C M Y K H S L
Decimal 239 9 252 0.05 0.96 0 0.01 296.79 0.98 0.51
Hex EF 9 FC 5 60 0 1 129 62 33
Octal 357 11 374 5 140 0 1 451 142 63
Binary 11101111 1001 11111100 101 1100000 0 1 100101001 1100010 110011

Color Harmonies of #EF09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09FC

Black with #EF09FC

Text Example


Text Example

White with #EF09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09FC; }

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

 H1.HeaderClassName
 {
   color: #EF09FC;
 }
 .AnyTagClassName
 {
   color: #EF09FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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