Html Css Color HEX #FD0FFD Magenta

📋 copy color: '#FD0FFD'

red 253 ◦ green 15 ◦ blue 253

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

Shades of Magenta #FD0FFD

Tints of Magenta #FD0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.88%

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

R = 48.56%
G = 2.88%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FD0FFD (or 0xFD0FFD) is known color: Magenta. HEX triplet: FD, 0F and FD. RGB value is (253,15,253). Sum of RGB (Red+Green+Blue) = 253+15+253=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 15 (6.25% from 255 or 2.88% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD0FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FFD is #02F002. Grayscale: #707070. Windows color (decimal): -192515 or 16584701. OLE color: 16584701.

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

Color convert

RGB 253 15 253 -
CMYK 0 0.94 0 0.01
HSL 300º 0.98% 0.53% -
HSV(B) 300º 0.94% 0.99% -
XYZ 58.41 28.32 95.32 -
YUV 113.29 206.85 227.65 -
System Red Green Blue C M Y K H S L
Decimal 253 15 253 0 0.94 0 0.01 300 0.98 0.53
Hex FD F FD 0 5E 0 1 12C 62 35
Octal 375 17 375 0 136 0 1 454 142 65
Binary 11111101 1111 11111101 0 1011110 0 1 100101100 1100010 110101

Color Harmonies of #FD0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0FFD

Black with #FD0FFD

Text Example


Text Example

White with #FD0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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