Html Css Color HEX #FE0CED Magenta

📋 copy color: '#FE0CED'

red 254 ◦ green 12 ◦ blue 237

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

Shades of Magenta #FE0CED

Tints of Magenta #FE0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.39%

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

R = 50.5%
G = 2.39%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE0CED (or 0xFE0CED) is known color: Magenta. HEX triplet: FE, 0C and ED. RGB value is (254,12,237). Sum of RGB (Red+Green+Blue) = 254+12+237=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CED is #01F312. Grayscale: #6D6D6D. Windows color (decimal): -127763 or 15535358. OLE color: 15535358.

HSL color Cylindrical-coordinate representation of color #FE0CED: hue angle of 304.21º 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 #FE0CED is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 12 237 -
CMYK 0 0.95 0.07 0.00
HSL 304.21º 0.99% 0.52% -
HSV(B) 304.21º 0.95% 1% -
XYZ 56.29 27.45 82.45 -
YUV 110.01 199.67 230.7 -
System Red Green Blue C M Y K H S L
Decimal 254 12 237 0 0.95 0.07 0.00 304.21 0.99 0.52
Hex FE C ED 0 5F 7 0 130 63 34
Octal 376 14 355 0 137 7 0 460 143 64
Binary 11111110 1100 11101101 0 1011111 111 0 100110000 1100011 110100

Color Harmonies of #FE0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0CED

Black with #FE0CED

Text Example


Text Example

White with #FE0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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