Html Css Color HEX #FD18EA Magenta

📋 copy color: '#FD18EA'

red 253 ◦ green 24 ◦ blue 234

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

Shades of Magenta #FD18EA

Tints of Magenta #FD18EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 49.51%
G = 4.7%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD18EA (or 0xFD18EA) is known color: Magenta. HEX triplet: FD, 18 and EA. RGB value is (253,24,234). Sum of RGB (Red+Green+Blue) = 253+24+234=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 24 (9.77% from 255 or 4.70% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD18EA is #02E715. Grayscale: #737373. Windows color (decimal): -190230 or 15341821. OLE color: 15341821.

HSL color Cylindrical-coordinate representation of color #FD18EA: hue angle of 304.98º 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 #FD18EA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 24 234 -
CMYK 0 0.91 0.08 0.01
HSL 304.98º 0.98% 0.54% -
HSV(B) 304.98º 0.91% 0.99% -
XYZ 55.69 27.48 80.21 -
YUV 116.41 194.37 225.42 -
System Red Green Blue C M Y K H S L
Decimal 253 24 234 0 0.91 0.08 0.01 304.98 0.98 0.54
Hex FD 18 EA 0 5B 8 1 131 62 36
Octal 375 30 352 0 133 10 1 461 142 66
Binary 11111101 11000 11101010 0 1011011 1000 1 100110001 1100010 110110

Color Harmonies of #FD18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD18EA

Black with #FD18EA

Text Example


Text Example

White with #FD18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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