Html Css Color HEX #FF06EA Magenta

📋 copy color: '#FF06EA'

red 255 ◦ green 6 ◦ blue 234

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

Shades of Magenta #FF06EA

Tints of Magenta #FF06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.21%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 51.52%
G = 1.21%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF06EA (or 0xFF06EA) is known color: Magenta. HEX triplet: FF, 06 and EA. RGB value is (255,6,234). Sum of RGB (Red+Green+Blue) = 255+6+234=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06EA is #00F915. Grayscale: #696969. Windows color (decimal): -63766 or 15337215. OLE color: 15337215.

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

Color convert

RGB 255 6 234 -
CMYK 0 0.98 0.08 0
HSL 305.06º 1% 0.51% -
HSV(B) 305.06º 0.98% 1% -
XYZ 56.16 27.33 80.16 -
YUV 106.44 199.99 233.96 -
System Red Green Blue C M Y K H S L
Decimal 255 6 234 0 0.98 0.08 0 305.06 1 0.51
Hex FF 6 EA 0 62 8 0 131 64 33
Octal 377 6 352 0 142 10 0 461 144 63
Binary 11111111 110 11101010 0 1100010 1000 0 100110001 1100100 110011

Color Harmonies of #FF06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06EA

Black with #FF06EA

Text Example


Text Example

White with #FF06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06EA; }

 p { color: rgb(255,6,234); }

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

background-color css

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

 a { background-color: rgb(255,6,234); }

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

border-color css

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

 span { border-color: rgb(255,6,234); }

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