Html Css Color HEX #FF13EF Magenta

📋 copy color: '#FF13EF'

red 255 ◦ green 19 ◦ blue 239

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

Shades of Magenta #FF13EF

Tints of Magenta #FF13EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 49.71%
G = 3.7%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF13EF (or 0xFF13EF) is known color: Magenta. HEX triplet: FF, 13 and EF. RGB value is (255,19,239). Sum of RGB (Red+Green+Blue) = 255+19+239=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 19 (7.81% from 255 or 3.70% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13EF is #00EC10. Grayscale: #727272. Windows color (decimal): -60433 or 15668223. OLE color: 15668223.

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

Color convert

RGB 255 19 239 -
CMYK 0 0.93 0.06 0
HSL 304.07º 1% 0.54% -
HSV(B) 304.07º 0.93% 1% -
XYZ 57.05 27.96 84.05 -
YUV 114.64 198.19 228.11 -
System Red Green Blue C M Y K H S L
Decimal 255 19 239 0 0.93 0.06 0 304.07 1 0.54
Hex FF 13 EF 0 5D 6 0 130 64 36
Octal 377 23 357 0 135 6 0 460 144 66
Binary 11111111 10011 11101111 0 1011101 110 0 100110000 1100100 110110

Color Harmonies of #FF13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13EF

Black with #FF13EF

Text Example


Text Example

White with #FF13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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