Html Css Color HEX #EF12FC Magenta

📋 copy color: '#EF12FC'

red 239 ◦ green 18 ◦ blue 252

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

Shades of Magenta #EF12FC

Tints of Magenta #EF12FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.54%

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

R = 46.95%
G = 3.54%
B = 49.51%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF12FC (or 0xEF12FC) is known color: Magenta. HEX triplet: EF, 12 and FC. RGB value is (239,18,252). Sum of RGB (Red+Green+Blue) = 239+18+252=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 18 (7.42% from 255 or 3.54% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF12FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF12FC is #10ED03. Grayscale: #6E6E6E. Windows color (decimal): -1109252 or 16519919. OLE color: 16519919.

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

Color convert

RGB 239 18 252 -
CMYK 0.05 0.93 0 0.01
HSL 296.67º 0.98% 0.53% -
HSV(B) 296.67º 0.93% 0.99% -
XYZ 53.38 25.81 94.26 -
YUV 110.76 207.72 219.47 -
System Red Green Blue C M Y K H S L
Decimal 239 18 252 0.05 0.93 0 0.01 296.67 0.98 0.53
Hex EF 12 FC 5 5D 0 1 129 62 35
Octal 357 22 374 5 135 0 1 451 142 65
Binary 11101111 10010 11111100 101 1011101 0 1 100101001 1100010 110101

Color Harmonies of #EF12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12FC

Black with #EF12FC

Text Example


Text Example

White with #EF12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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