Html Css Color HEX #FD1EFF Magenta

📋 copy color: '#FD1EFF'

red 253 ◦ green 30 ◦ blue 255

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

Shades of Magenta #FD1EFF

Tints of Magenta #FD1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.58%

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

R = 47.03%
G = 5.58%
B = 47.4%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD1EFF (or 0xFD1EFF) is known color: Magenta. HEX triplet: FD, 1E and FF. RGB value is (253,30,255). Sum of RGB (Red+Green+Blue) = 253+30+255=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 30 (12.11% from 255 or 5.58% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EFF is #02E100. Grayscale: #797979. Windows color (decimal): -188673 or 16719613. OLE color: 16719613.

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

Color convert

RGB 253 30 255 -
CMYK 0.01 0.88 0 0
HSL 299.47º 1% 0.56% -
HSV(B) 299.47º 0.88% 1% -
XYZ 59.02 29.03 97.1 -
YUV 122.33 202.88 221.2 -
System Red Green Blue C M Y K H S L
Decimal 253 30 255 0.01 0.88 0 0 299.47 1 0.56
Hex FD 1E FF 1 58 0 0 12B 64 38
Octal 375 36 377 1 130 0 0 453 144 70
Binary 11111101 11110 11111111 1 1011000 0 0 100101011 1100100 111000

Color Harmonies of #FD1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EFF

Black with #FD1EFF

Text Example


Text Example

White with #FD1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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