Html Css Color HEX #FE0BED Magenta

📋 copy color: '#FE0BED'

red 254 ◦ green 11 ◦ blue 237

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

Shades of Magenta #FE0BED

Tints of Magenta #FE0BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.19%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 50.6%
G = 2.19%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE0BED (or 0xFE0BED) is known color: Magenta. HEX triplet: FE, 0B and ED. RGB value is (254,11,237). Sum of RGB (Red+Green+Blue) = 254+11+237=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0BED is #01F412. Grayscale: #6C6C6C. Windows color (decimal): -128019 or 15535102. OLE color: 15535102.

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

Color convert

RGB 254 11 237 -
CMYK 0 0.96 0.07 0.00
HSL 304.2º 0.99% 0.52% -
HSV(B) 304.2º 0.96% 1% -
XYZ 56.28 27.42 82.45 -
YUV 109.42 200.01 231.12 -
System Red Green Blue C M Y K H S L
Decimal 254 11 237 0 0.96 0.07 0.00 304.2 0.99 0.52
Hex FE B ED 0 60 7 0 130 63 34
Octal 376 13 355 0 140 7 0 460 143 64
Binary 11111110 1011 11101101 0 1100000 111 0 100110000 1100011 110100

Color Harmonies of #FE0BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0BED

Black with #FE0BED

Text Example


Text Example

White with #FE0BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0BED; }

 p { color: rgb(254,11,237); }

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

background-color css

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

 a { background-color: rgb(254,11,237); }

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

border-color css

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

 span { border-color: rgb(254,11,237); }

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