Html Css Color HEX #FD11FF Magenta

📋 copy color: '#FD11FF'

red 253 ◦ green 17 ◦ blue 255

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

Shades of Magenta #FD11FF

Tints of Magenta #FD11FF

RGB

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

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

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

R = 48.19%
G = 3.24%
B = 48.57%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD11FF (or 0xFD11FF) is known color: Magenta. HEX triplet: FD, 11 and FF. RGB value is (253,17,255). Sum of RGB (Red+Green+Blue) = 253+17+255=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 17 (7.03% from 255 or 3.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11FF is #02EE00. Grayscale: #717171. Windows color (decimal): -192001 or 16716285. OLE color: 16716285.

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

Color convert

RGB 253 17 255 -
CMYK 0.01 0.93 0 0
HSL 299.5º 1% 0.53% -
HSV(B) 299.5º 0.93% 1% -
XYZ 58.76 28.5 97.01 -
YUV 114.7 207.19 226.65 -
System Red Green Blue C M Y K H S L
Decimal 253 17 255 0.01 0.93 0 0 299.5 1 0.53
Hex FD 11 FF 1 5D 0 0 12B 64 35
Octal 375 21 377 1 135 0 0 453 144 65
Binary 11111101 10001 11111111 1 1011101 0 0 100101011 1100100 110101

Color Harmonies of #FD11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11FF

Black with #FD11FF

Text Example


Text Example

White with #FD11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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