Html Css Color HEX #FD18ED Magenta

📋 copy color: '#FD18ED'

red 253 ◦ green 24 ◦ blue 237

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

Shades of Magenta #FD18ED

Tints of Magenta #FD18ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.67%

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 49.22%
G = 4.67%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD18ED (or 0xFD18ED) is known color: Magenta. HEX triplet: FD, 18 and ED. RGB value is (253,24,237). Sum of RGB (Red+Green+Blue) = 253+24+237=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD18ED is #02E712. Grayscale: #747474. Windows color (decimal): -190227 or 15538429. OLE color: 15538429.

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

Color convert

RGB 253 24 237 -
CMYK 0 0.91 0.06 0.01
HSL 304.19º 0.98% 0.54% -
HSV(B) 304.19º 0.91% 0.99% -
XYZ 56.12 27.65 82.5 -
YUV 116.75 195.87 225.18 -
System Red Green Blue C M Y K H S L
Decimal 253 24 237 0 0.91 0.06 0.01 304.19 0.98 0.54
Hex FD 18 ED 0 5B 6 1 130 62 36
Octal 375 30 355 0 133 6 1 460 142 66
Binary 11111101 11000 11101101 0 1011011 110 1 100110000 1100010 110110

Color Harmonies of #FD18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD18ED

Black with #FD18ED

Text Example


Text Example

White with #FD18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD18ED; }

 p { color: rgb(253,24,237); }

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

background-color css

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

 a { background-color: rgb(253,24,237); }

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

border-color css

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

 span { border-color: rgb(253,24,237); }

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