Html Css Color HEX #FF02EF Magenta

📋 copy color: '#FF02EF'

red 255 ◦ green 2 ◦ blue 239

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

Shades of Magenta #FF02EF

Tints of Magenta #FF02EF

RGB

 RED value IS 255 (100% from 255) = 51.41%

 GREEN value IS 2 (1.17% from 255) = 0.4%

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 51.41%
G = 0.4%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF02EF (or 0xFF02EF) is known color: Magenta. HEX triplet: FF, 02 and EF. RGB value is (255,2,239). Sum of RGB (Red+Green+Blue) = 255+2+239=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 2 (1.17% from 255 or 0.40% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02EF is #00FD10. Grayscale: #676767. Windows color (decimal): -64785 or 15663871. OLE color: 15663871.

HSL color Cylindrical-coordinate representation of color #FF02EF: hue angle of 303.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02EF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 2 239 -
CMYK 0 0.99 0.06 0
HSL 303.79º 1% 0.5% -
HSV(B) 303.79º 0.99% 1% -
XYZ 56.84 27.54 83.98 -
YUV 104.67 203.82 235.23 -
System Red Green Blue C M Y K H S L
Decimal 255 2 239 0 0.99 0.06 0 303.79 1 0.5
Hex FF 2 EF 0 63 6 0 130 64 32
Octal 377 2 357 0 143 6 0 460 144 62
Binary 11111111 10 11101111 0 1100011 110 0 100110000 1100100 110010

Color Harmonies of #FF02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02EF

Black with #FF02EF

Text Example


Text Example

White with #FF02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02EF; }

 p { color: rgb(255,2,239); }

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

background-color css

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

 a { background-color: rgb(255,2,239); }

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

border-color css

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

 span { border-color: rgb(255,2,239); }

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