Html Css Color HEX #FF04FE Magenta

📋 copy color: '#FF04FE'

red 255 ◦ green 4 ◦ blue 254

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

Shades of Magenta #FF04FE

Tints of Magenta #FF04FE

RGB

 RED value IS 255 (100% from 255) = 49.71%

 GREEN value IS 4 (1.95% from 255) = 0.78%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 49.71%
G = 0.78%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF04FE (or 0xFF04FE) is known color: Magenta. HEX triplet: FF, 04 and FE. RGB value is (255,4,254). Sum of RGB (Red+Green+Blue) = 255+4+254=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 4 (1.95% from 255 or 0.78% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04FE is #00FB01. Grayscale: #6A6A6A. Windows color (decimal): -64258 or 16647423. OLE color: 16647423.

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

Color convert

RGB 255 4 254 -
CMYK 0 0.98 0.00 0
HSL 300.24º 1% 0.51% -
HSV(B) 300.24º 0.98% 1% -
XYZ 59.17 28.5 96.15 -
YUV 107.55 210.66 233.17 -
System Red Green Blue C M Y K H S L
Decimal 255 4 254 0 0.98 0.00 0 300.24 1 0.51
Hex FF 4 FE 0 62 0 0 12C 64 33
Octal 377 4 376 0 142 0 0 454 144 63
Binary 11111111 100 11111110 0 1100010 0 0 100101100 1100100 110011

Color Harmonies of #FF04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04FE

Black with #FF04FE

Text Example


Text Example

White with #FF04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04FE; }

 p { color: rgb(255,4,254); }

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

background-color css

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

 a { background-color: rgb(255,4,254); }

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

border-color css

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

 span { border-color: rgb(255,4,254); }

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