Html Css Color HEX #FF13F1 Magenta

📋 copy color: '#FF13F1'

red 255 ◦ green 19 ◦ blue 241

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

Shades of Magenta #FF13F1

Tints of Magenta #FF13F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 49.51%
G = 3.69%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF13F1 (or 0xFF13F1) is known color: Magenta. HEX triplet: FF, 13 and F1. RGB value is (255,19,241). Sum of RGB (Red+Green+Blue) = 255+19+241=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF13F1 is #00EC0E. Grayscale: #727272. Windows color (decimal): -60431 or 15799295. OLE color: 15799295.

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

Color convert

RGB 255 19 241 -
CMYK 0 0.93 0.05 0
HSL 303.56º 1% 0.54% -
HSV(B) 303.56º 0.93% 1% -
XYZ 57.35 28.08 85.62 -
YUV 114.87 199.19 227.95 -
System Red Green Blue C M Y K H S L
Decimal 255 19 241 0 0.93 0.05 0 303.56 1 0.54
Hex FF 13 F1 0 5D 5 0 130 64 36
Octal 377 23 361 0 135 5 0 460 144 66
Binary 11111111 10011 11110001 0 1011101 101 0 100110000 1100100 110110

Color Harmonies of #FF13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13F1

Black with #FF13F1

Text Example


Text Example

White with #FF13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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