Html Css Color HEX #FF13FF Magenta

📋 copy color: '#FF13FF'

red 255 ◦ green 19 ◦ blue 255

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

Shades of Magenta #FF13FF

Tints of Magenta #FF13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.59%

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

R = 48.2%
G = 3.59%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF13FF (or 0xFF13FF) is known color: Magenta. HEX triplet: FF, 13 and FF. RGB value is (255,19,255). Sum of RGB (Red+Green+Blue) = 255+19+255=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 19 (7.81% from 255 or 3.59% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13FF is #00EC00. Grayscale: #737373. Windows color (decimal): -60417 or 16716799. OLE color: 16716799.

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

Color convert

RGB 255 19 255 -
CMYK 0 0.93 0 0
HSL 300º 1% 0.54% -
HSV(B) 300º 0.93% 1% -
XYZ 59.52 28.95 97.06 -
YUV 116.47 206.19 226.81 -
System Red Green Blue C M Y K H S L
Decimal 255 19 255 0 0.93 0 0 300 1 0.54
Hex FF 13 FF 0 5D 0 0 12C 64 36
Octal 377 23 377 0 135 0 0 454 144 66
Binary 11111111 10011 11111111 0 1011101 0 0 100101100 1100100 110110

Color Harmonies of #FF13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13FF

Black with #FF13FF

Text Example


Text Example

White with #FF13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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