Html Css Color HEX #FD12EA Magenta

📋 copy color: '#FD12EA'

red 253 ◦ green 18 ◦ blue 234

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

Shades of Magenta #FD12EA

Tints of Magenta #FD12EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.56%

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

R = 50.1%
G = 3.56%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD12EA (or 0xFD12EA) is known color: Magenta. HEX triplet: FD, 12 and EA. RGB value is (253,18,234). Sum of RGB (Red+Green+Blue) = 253+18+234=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 18 (7.42% from 255 or 3.56% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD12EA is #02ED15. Grayscale: #707070. Windows color (decimal): -191766 or 15340285. OLE color: 15340285.

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

Color convert

RGB 253 18 234 -
CMYK 0 0.93 0.08 0.01
HSL 304.85º 0.98% 0.53% -
HSV(B) 304.85º 0.93% 0.99% -
XYZ 55.58 27.26 80.17 -
YUV 112.89 196.36 227.94 -
System Red Green Blue C M Y K H S L
Decimal 253 18 234 0 0.93 0.08 0.01 304.85 0.98 0.53
Hex FD 12 EA 0 5D 8 1 131 62 35
Octal 375 22 352 0 135 10 1 461 142 65
Binary 11111101 10010 11101010 0 1011101 1000 1 100110001 1100010 110101

Color Harmonies of #FD12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12EA

Black with #FD12EA

Text Example


Text Example

White with #FD12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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