Html Css Color HEX #FD0EFB Magenta

📋 copy color: '#FD0EFB'

red 253 ◦ green 14 ◦ blue 251

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

Shades of Magenta #FD0EFB

Tints of Magenta #FD0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.7%

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

R = 48.84%
G = 2.7%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD0EFB (or 0xFD0EFB) is known color: Magenta. HEX triplet: FD, 0E and FB. RGB value is (253,14,251). Sum of RGB (Red+Green+Blue) = 253+14+251=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0EFB is #02F104. Grayscale: #6F6F6F. Windows color (decimal): -192773 or 16453373. OLE color: 16453373.

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

Color convert

RGB 253 14 251 -
CMYK 0 0.94 0.01 0.01
HSL 300.5º 0.98% 0.52% -
HSV(B) 300.5º 0.94% 0.99% -
XYZ 58.08 28.16 93.64 -
YUV 112.48 206.18 228.23 -
System Red Green Blue C M Y K H S L
Decimal 253 14 251 0 0.94 0.01 0.01 300.5 0.98 0.52
Hex FD E FB 0 5E 1 1 12D 62 34
Octal 375 16 373 0 136 1 1 455 142 64
Binary 11111101 1110 11111011 0 1011110 1 1 100101101 1100010 110100

Color Harmonies of #FD0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0EFB

Black with #FD0EFB

Text Example


Text Example

White with #FD0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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