Html Css Color HEX #FD13F0 Magenta

📋 copy color: '#FD13F0'

red 253 ◦ green 19 ◦ blue 240

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

Shades of Magenta #FD13F0

Tints of Magenta #FD13F0

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

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

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 49.41%
G = 3.71%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD13F0 (or 0xFD13F0) is known color: Magenta. HEX triplet: FD, 13 and F0. RGB value is (253,19,240). Sum of RGB (Red+Green+Blue) = 253+19+240=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD13F0 is #02EC0F. Grayscale: #717171. Windows color (decimal): -191504 or 15733757. OLE color: 15733757.

HSL color Cylindrical-coordinate representation of color #FD13F0: hue angle of 303.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD13F0 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 240 -
CMYK 0 0.92 0.05 0.01
HSL 303.33º 0.98% 0.53% -
HSV(B) 303.33º 0.92% 0.99% -
XYZ 56.47 27.64 84.8 -
YUV 114.16 199.02 227.03 -
System Red Green Blue C M Y K H S L
Decimal 253 19 240 0 0.92 0.05 0.01 303.33 0.98 0.53
Hex FD 13 F0 0 5C 5 1 12F 62 35
Octal 375 23 360 0 134 5 1 457 142 65
Binary 11111101 10011 11110000 0 1011100 101 1 100101111 1100010 110101

Color Harmonies of #FD13F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13F0

Black with #FD13F0

Text Example


Text Example

White with #FD13F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13F0; }

 p { color: rgb(253,19,240); }

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

background-color css

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

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

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

border-color css

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

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

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