Html Css Color HEX #FD12FF Magenta

📋 copy color: '#FD12FF'

red 253 ◦ green 18 ◦ blue 255

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

Shades of Magenta #FD12FF

Tints of Magenta #FD12FF

RGB

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

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

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

R = 48.1%
G = 3.42%
B = 48.48%

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

#FD12FF (or 0xFD12FF) is known color: Magenta. HEX triplet: FD, 12 and FF. RGB value is (253,18,255). Sum of RGB (Red+Green+Blue) = 253+18+255=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 18 (7.42% from 255 or 3.42% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD12FF is #02ED00. Grayscale: #727272. Windows color (decimal): -191745 or 16716541. OLE color: 16716541.

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

Color convert

RGB 253 18 255 -
CMYK 0.01 0.93 0 0
HSL 299.49º 1% 0.54% -
HSV(B) 299.49º 0.93% 1% -
XYZ 58.77 28.54 97.02 -
YUV 115.28 206.86 226.23 -
System Red Green Blue C M Y K H S L
Decimal 253 18 255 0.01 0.93 0 0 299.49 1 0.54
Hex FD 12 FF 1 5D 0 0 12B 64 36
Octal 375 22 377 1 135 0 0 453 144 66
Binary 11111101 10010 11111111 1 1011101 0 0 100101011 1100100 110110

Color Harmonies of #FD12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD12FF

Black with #FD12FF

Text Example


Text Example

White with #FD12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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