Html Css Color HEX #FF20FF Magenta

📋 copy color: '#FF20FF'

red 255 ◦ green 32 ◦ blue 255

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

Shades of Magenta #FF20FF

Tints of Magenta #FF20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 5.9%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 47.05%
G = 5.9%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF20FF (or 0xFF20FF) is known color: Magenta. HEX triplet: FF, 20 and FF. RGB value is (255,32,255). Sum of RGB (Red+Green+Blue) = 255+32+255=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 32 (12.89% from 255 or 5.90% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20FF is #00DF00. Grayscale: #7B7B7B. Windows color (decimal): -57089 or 16720127. OLE color: 16720127.

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

Color convert

RGB 255 32 255 -
CMYK 0 0.87 0 0
HSL 300º 1% 0.56% -
HSV(B) 300º 0.87% 1% -
XYZ 59.81 29.51 97.15 -
YUV 124.1 201.88 221.37 -
System Red Green Blue C M Y K H S L
Decimal 255 32 255 0 0.87 0 0 300 1 0.56
Hex FF 20 FF 0 57 0 0 12C 64 38
Octal 377 40 377 0 127 0 0 454 144 70
Binary 11111111 100000 11111111 0 1010111 0 0 100101100 1100100 111000

Color Harmonies of #FF20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF20FF

Black with #FF20FF

Text Example


Text Example

White with #FF20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF20FF; }

 p { color: rgb(255,32,255); }

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

background-color css

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

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

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

border-color css

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

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

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