Html Css Color HEX #FE0CEB Magenta

📋 copy color: '#FE0CEB'

red 254 ◦ green 12 ◦ blue 235

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

Shades of Magenta #FE0CEB

Tints of Magenta #FE0CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 50.7%
G = 2.4%
B = 46.91%

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

#FE0CEB (or 0xFE0CEB) is known color: Magenta. HEX triplet: FE, 0C and EB. RGB value is (254,12,235). Sum of RGB (Red+Green+Blue) = 254+12+235=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CEB is #01F314. Grayscale: #6D6D6D. Windows color (decimal): -127765 or 15404286. OLE color: 15404286.

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

Color convert

RGB 254 12 235 -
CMYK 0 0.95 0.07 0.00
HSL 304.71º 0.99% 0.52% -
HSV(B) 304.71º 0.95% 1% -
XYZ 56 27.33 80.92 -
YUV 109.78 198.67 230.87 -
System Red Green Blue C M Y K H S L
Decimal 254 12 235 0 0.95 0.07 0.00 304.71 0.99 0.52
Hex FE C EB 0 5F 7 0 131 63 34
Octal 376 14 353 0 137 7 0 461 143 64
Binary 11111110 1100 11101011 0 1011111 111 0 100110001 1100011 110100

Color Harmonies of #FE0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0CEB

Black with #FE0CEB

Text Example


Text Example

White with #FE0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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