Html Css Color HEX #FD2CF6 Magenta

📋 copy color: '#FD2CF6'

red 253 ◦ green 44 ◦ blue 246

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

Shades of Magenta #FD2CF6

Tints of Magenta #FD2CF6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.1%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 46.59%
G = 8.1%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD2CF6 (or 0xFD2CF6) is known color: Magenta. HEX triplet: FD, 2C and F6. RGB value is (253,44,246). Sum of RGB (Red+Green+Blue) = 253+44+246=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 44 (17.58% from 255 or 8.10% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CF6 is #02D309. Grayscale: #808080. Windows color (decimal): -185098 or 16133373. OLE color: 16133373.

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

Color convert

RGB 253 44 246 -
CMYK 0 0.83 0.03 0.01
HSL 302.01º 0.98% 0.58% -
HSV(B) 302.01º 0.83% 0.99% -
XYZ 58.04 29.34 89.79 -
YUV 129.52 193.74 216.07 -
System Red Green Blue C M Y K H S L
Decimal 253 44 246 0 0.83 0.03 0.01 302.01 0.98 0.58
Hex FD 2C F6 0 53 3 1 12E 62 3A
Octal 375 54 366 0 123 3 1 456 142 72
Binary 11111101 101100 11110110 0 1010011 11 1 100101110 1100010 111010

Color Harmonies of #FD2CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CF6

Black with #FD2CF6

Text Example


Text Example

White with #FD2CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CF6; }

 p { color: rgb(253,44,246); }

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

background-color css

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

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

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

border-color css

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

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

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