Html Css Color HEX #FE0CF6 Magenta

📋 copy color: '#FE0CF6'

red 254 ◦ green 12 ◦ blue 246

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

Shades of Magenta #FE0CF6

Tints of Magenta #FE0CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 49.61%
G = 2.34%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE0CF6 (or 0xFE0CF6) is known color: Magenta. HEX triplet: FE, 0C and F6. RGB value is (254,12,246). Sum of RGB (Red+Green+Blue) = 254+12+246=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CF6 is #01F309. Grayscale: #6E6E6E. Windows color (decimal): -127754 or 16125182. OLE color: 16125182.

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

Color convert

RGB 254 12 246 -
CMYK 0 0.95 0.03 0.00
HSL 301.98º 0.99% 0.52% -
HSV(B) 301.98º 0.95% 1% -
XYZ 57.64 27.99 89.55 -
YUV 111.03 204.17 229.97 -
System Red Green Blue C M Y K H S L
Decimal 254 12 246 0 0.95 0.03 0.00 301.98 0.99 0.52
Hex FE C F6 0 5F 3 0 12E 63 34
Octal 376 14 366 0 137 3 0 456 143 64
Binary 11111110 1100 11110110 0 1011111 11 0 100101110 1100011 110100

Color Harmonies of #FE0CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0CF6

Black with #FE0CF6

Text Example


Text Example

White with #FE0CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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