Html Css Color HEX #FF04F9 Magenta

📋 copy color: '#FF04F9'

red 255 ◦ green 4 ◦ blue 249

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

Shades of Magenta #FF04F9

Tints of Magenta #FF04F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 50.2%
G = 0.79%
B = 49.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF04F9 (or 0xFF04F9) is known color: Magenta. HEX triplet: FF, 04 and F9. RGB value is (255,4,249). Sum of RGB (Red+Green+Blue) = 255+4+249=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 4 (1.95% from 255 or 0.79% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F9 is #00FB06. Grayscale: #6A6A6A. Windows color (decimal): -64263 or 16319743. OLE color: 16319743.

HSL color Cylindrical-coordinate representation of color #FF04F9: hue angle of 301.43º 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 #FF04F9 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 249 -
CMYK 0 0.98 0.02 0
HSL 301.43º 1% 0.51% -
HSV(B) 301.43º 0.98% 1% -
XYZ 58.38 28.19 91.99 -
YUV 106.98 208.16 233.58 -
System Red Green Blue C M Y K H S L
Decimal 255 4 249 0 0.98 0.02 0 301.43 1 0.51
Hex FF 4 F9 0 62 2 0 12D 64 33
Octal 377 4 371 0 142 2 0 455 144 63
Binary 11111111 100 11111001 0 1100010 10 0 100101101 1100100 110011

Color Harmonies of #FF04F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04F9

Black with #FF04F9

Text Example


Text Example

White with #FF04F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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