Html Css Color HEX #FE00FC Magenta

📋 copy color: '#FE00FC'

red 254 ◦ green 0 ◦ blue 252

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

Shades of Magenta #FE00FC

Tints of Magenta #FE00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 50.2%
G = 0%
B = 49.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE00FC (or 0xFE00FC) is known color: Magenta. HEX triplet: FE, 00 and FC. RGB value is (254,0,252). Sum of RGB (Red+Green+Blue) = 254+0+252=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 0 (0.39% from 255 or 0% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00FC is #01FF03. Grayscale: #676767. Windows color (decimal): -130820 or 16515326. OLE color: 16515326.

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

Color convert

RGB 254 0 252 -
CMYK 0 1 0.01 0.00
HSL 300.47º 1% 0.5% -
HSV(B) 300.47º 1% 1% -
XYZ 58.44 28.1 94.44 -
YUV 104.67 211.15 234.51 -
System Red Green Blue C M Y K H S L
Decimal 254 0 252 0 1 0.01 0.00 300.47 1 0.5
Hex FE 0 FC 0 64 1 0 12C 64 32
Octal 376 0 374 0 144 1 0 454 144 62
Binary 11111110 0 11111100 0 1100100 1 0 100101100 1100100 110010

Color Harmonies of #FE00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00FC

Black with #FE00FC

Text Example


Text Example

White with #FE00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00FC; }

 p { color: rgb(254,0,252); }

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

background-color css

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

 a { background-color: rgb(254,0,252); }

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

border-color css

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

 span { border-color: rgb(254,0,252); }

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