Html Css Color HEX #FF08FF Magenta

📋 copy color: '#FF08FF'

red 255 ◦ green 8 ◦ blue 255

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

Shades of Magenta #FF08FF

Tints of Magenta #FF08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.54%

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

R = 49.23%
G = 1.54%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF08FF (or 0xFF08FF) is known color: Magenta. HEX triplet: FF, 08 and FF. RGB value is (255,8,255). Sum of RGB (Red+Green+Blue) = 255+8+255=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 8 (3.52% from 255 or 1.54% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08FF is #00F700. Grayscale: #6D6D6D. Windows color (decimal): -63233 or 16713983. OLE color: 16713983.

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

Color convert

RGB 255 8 255 -
CMYK 0 0.97 0 0
HSL 300º 1% 0.52% -
HSV(B) 300º 0.97% 1% -
XYZ 59.38 28.65 97.01 -
YUV 110.01 209.83 231.42 -
System Red Green Blue C M Y K H S L
Decimal 255 8 255 0 0.97 0 0 300 1 0.52
Hex FF 8 FF 0 61 0 0 12C 64 34
Octal 377 10 377 0 141 0 0 454 144 64
Binary 11111111 1000 11111111 0 1100001 0 0 100101100 1100100 110100

Color Harmonies of #FF08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF08FF

Black with #FF08FF

Text Example


Text Example

White with #FF08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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