Html Css Color HEX #FD11F0 Magenta

📋 copy color: '#FD11F0'

red 253 ◦ green 17 ◦ blue 240

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

Shades of Magenta #FD11F0

Tints of Magenta #FD11F0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.33%

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

R = 49.61%
G = 3.33%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD11F0 (or 0xFD11F0) is known color: Magenta. HEX triplet: FD, 11 and F0. RGB value is (253,17,240). Sum of RGB (Red+Green+Blue) = 253+17+240=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11F0 is #02EE0F. Grayscale: #707070. Windows color (decimal): -192016 or 15733245. OLE color: 15733245.

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

Color convert

RGB 253 17 240 -
CMYK 0 0.93 0.05 0.01
HSL 303.31º 0.98% 0.53% -
HSV(B) 303.31º 0.93% 0.99% -
XYZ 56.44 27.57 84.79 -
YUV 112.99 199.69 227.87 -
System Red Green Blue C M Y K H S L
Decimal 253 17 240 0 0.93 0.05 0.01 303.31 0.98 0.53
Hex FD 11 F0 0 5D 5 1 12F 62 35
Octal 375 21 360 0 135 5 1 457 142 65
Binary 11111101 10001 11110000 0 1011101 101 1 100101111 1100010 110101

Color Harmonies of #FD11F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11F0

Black with #FD11F0

Text Example


Text Example

White with #FD11F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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