Html Css Color HEX #FE0DFB Magenta

📋 copy color: '#FE0DFB'

red 254 ◦ green 13 ◦ blue 251

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

Shades of Magenta #FE0DFB

Tints of Magenta #FE0DFB

RGB

 RED value IS 254 (99.61% from 255) = 49.03%

 GREEN value IS 13 (5.47% from 255) = 2.51%

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

R = 49.03%
G = 2.51%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE0DFB (or 0xFE0DFB) is known color: Magenta. HEX triplet: FE, 0D and FB. RGB value is (254,13,251). Sum of RGB (Red+Green+Blue) = 254+13+251=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 13 (5.47% from 255 or 2.51% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0DFB is #01F204. Grayscale: #6F6F6F. Windows color (decimal): -127493 or 16453118. OLE color: 16453118.

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

Color convert

RGB 254 13 251 -
CMYK 0 0.95 0.01 0.00
HSL 300.75º 0.99% 0.52% -
HSV(B) 300.75º 0.95% 1% -
XYZ 58.43 28.32 93.65 -
YUV 112.19 206.34 229.15 -
System Red Green Blue C M Y K H S L
Decimal 254 13 251 0 0.95 0.01 0.00 300.75 0.99 0.52
Hex FE D FB 0 5F 1 0 12D 63 34
Octal 376 15 373 0 137 1 0 455 143 64
Binary 11111110 1101 11111011 0 1011111 1 0 100101101 1100011 110100

Color Harmonies of #FE0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0DFB

Black with #FE0DFB

Text Example


Text Example

White with #FE0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0DFB; }

 p { color: rgb(254,13,251); }

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

background-color css

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

 a { background-color: rgb(254,13,251); }

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

border-color css

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

 span { border-color: rgb(254,13,251); }

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