Html Css Color HEX #FF02EE Magenta

📋 copy color: '#FF02EE'

red 255 ◦ green 2 ◦ blue 238

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

Shades of Magenta #FF02EE

Tints of Magenta #FF02EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 51.52%
G = 0.4%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF02EE (or 0xFF02EE) is known color: Magenta. HEX triplet: FF, 02 and EE. RGB value is (255,2,238). Sum of RGB (Red+Green+Blue) = 255+2+238=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 2 (1.17% from 255 or 0.40% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02EE is #00FD11. Grayscale: #676767. Windows color (decimal): -64786 or 15598335. OLE color: 15598335.

HSL color Cylindrical-coordinate representation of color #FF02EE: hue angle of 304.03º 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 #FF02EE is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 2 238 -
CMYK 0 0.99 0.07 0
HSL 304.03º 1% 0.5% -
HSV(B) 304.03º 0.99% 1% -
XYZ 56.69 27.48 83.2 -
YUV 104.55 203.32 235.31 -
System Red Green Blue C M Y K H S L
Decimal 255 2 238 0 0.99 0.07 0 304.03 1 0.5
Hex FF 2 EE 0 63 7 0 130 64 32
Octal 377 2 356 0 143 7 0 460 144 62
Binary 11111111 10 11101110 0 1100011 111 0 100110000 1100100 110010

Color Harmonies of #FF02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02EE

Black with #FF02EE

Text Example


Text Example

White with #FF02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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