Html Css Color HEX #FD2CFB Magenta

📋 copy color: '#FD2CFB'

red 253 ◦ green 44 ◦ blue 251

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

Shades of Magenta #FD2CFB

Tints of Magenta #FD2CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 46.17%
G = 8.03%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD2CFB (or 0xFD2CFB) is known color: Magenta. HEX triplet: FD, 2C and FB. RGB value is (253,44,251). Sum of RGB (Red+Green+Blue) = 253+44+251=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 44 (17.58% from 255 or 8.03% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CFB is #02D304. Grayscale: #818181. Windows color (decimal): -185093 or 16461053. OLE color: 16461053.

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

Color convert

RGB 253 44 251 -
CMYK 0 0.83 0.01 0.01
HSL 300.57º 0.98% 0.58% -
HSV(B) 300.57º 0.83% 0.99% -
XYZ 58.82 29.65 93.89 -
YUV 130.09 196.24 215.67 -
System Red Green Blue C M Y K H S L
Decimal 253 44 251 0 0.83 0.01 0.01 300.57 0.98 0.58
Hex FD 2C FB 0 53 1 1 12D 62 3A
Octal 375 54 373 0 123 1 1 455 142 72
Binary 11111101 101100 11111011 0 1010011 1 1 100101101 1100010 111010

Color Harmonies of #FD2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CFB

Black with #FD2CFB

Text Example


Text Example

White with #FD2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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