Html Css Color HEX #EF03F9 Magenta

📋 copy color: '#EF03F9'

red 239 ◦ green 3 ◦ blue 249

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

Shades of Magenta #EF03F9

Tints of Magenta #EF03F9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 48.68%
G = 0.61%
B = 50.71%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF03F9 (or 0xEF03F9) is known color: Magenta. HEX triplet: EF, 03 and F9. RGB value is (239,3,249). Sum of RGB (Red+Green+Blue) = 239+3+249=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 3 (1.56% from 255 or 0.61% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF03F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03F9 is #10FC06. Grayscale: #646464. Windows color (decimal): -1113095 or 16319471. OLE color: 16319471.

HSL color Cylindrical-coordinate representation of color #EF03F9: hue angle of 297.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03F9 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 3 249 -
CMYK 0.04 0.99 0 0.02
HSL 297.56º 0.98% 0.49% -
HSV(B) 297.56º 0.99% 0.98% -
XYZ 52.73 25.26 91.72 -
YUV 101.61 211.19 226 -
System Red Green Blue C M Y K H S L
Decimal 239 3 249 0.04 0.99 0 0.02 297.56 0.98 0.49
Hex EF 3 F9 4 63 0 2 12A 62 31
Octal 357 3 371 4 143 0 2 452 142 61
Binary 11101111 11 11111001 100 1100011 0 10 100101010 1100010 110001

Color Harmonies of #EF03F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03F9

Black with #EF03F9

Text Example


Text Example

White with #EF03F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03F9; }

 p { color: rgb(239,3,249); }

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

background-color css

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

 a { background-color: rgb(239,3,249); }

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

border-color css

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

 span { border-color: rgb(239,3,249); }

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