Html Css Color HEX #FD2EFB Magenta

📋 copy color: '#FD2EFB'

red 253 ◦ green 46 ◦ blue 251

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

Shades of Magenta #FD2EFB

Tints of Magenta #FD2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.36%

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

R = 46%
G = 8.36%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD2EFB (or 0xFD2EFB) is known color: Magenta. HEX triplet: FD, 2E and FB. RGB value is (253,46,251). Sum of RGB (Red+Green+Blue) = 253+46+251=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 46 (18.36% from 255 or 8.36% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EFB is #02D104. Grayscale: #828282. Windows color (decimal): -184581 or 16461565. OLE color: 16461565.

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

Color convert

RGB 253 46 251 -
CMYK 0 0.82 0.01 0.01
HSL 300.58º 0.98% 0.59% -
HSV(B) 300.58º 0.82% 0.99% -
XYZ 58.9 29.8 93.91 -
YUV 131.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 253 46 251 0 0.82 0.01 0.01 300.58 0.98 0.59
Hex FD 2E FB 0 52 1 1 12D 62 3B
Octal 375 56 373 0 122 1 1 455 142 73
Binary 11111101 101110 11111011 0 1010010 1 1 100101101 1100010 111011

Color Harmonies of #FD2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2EFB

Black with #FD2EFB

Text Example


Text Example

White with #FD2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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