Html Css Color HEX #FD2FFD Magenta

📋 copy color: '#FD2FFD'

red 253 ◦ green 47 ◦ blue 253

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

Shades of Magenta #FD2FFD

Tints of Magenta #FD2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.5%

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 45.75%
G = 8.5%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD2FFD (or 0xFD2FFD) is known color: Magenta. HEX triplet: FD, 2F and FD. RGB value is (253,47,253). Sum of RGB (Red+Green+Blue) = 253+47+253=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 47 (18.75% from 255 or 8.50% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2FFD is #02D002. Grayscale: #838383. Windows color (decimal): -184323 or 16592893. OLE color: 16592893.

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

Color convert

RGB 253 47 253 -
CMYK 0 0.81 0 0.01
HSL 300º 0.98% 0.59% -
HSV(B) 300º 0.81% 0.99% -
XYZ 59.25 30.01 95.6 -
YUV 132.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 253 47 253 0 0.81 0 0.01 300 0.98 0.59
Hex FD 2F FD 0 51 0 1 12C 62 3B
Octal 375 57 375 0 121 0 1 454 142 73
Binary 11111101 101111 11111101 0 1010001 0 1 100101100 1100010 111011

Color Harmonies of #FD2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2FFD

Black with #FD2FFD

Text Example


Text Example

White with #FD2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2FFD; }

 p { color: rgb(253,47,253); }

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

background-color css

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

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

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

border-color css

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

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

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