Html Css Color HEX #FF04F8 Magenta

📋 copy color: '#FF04F8'

red 255 ◦ green 4 ◦ blue 248

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

Shades of Magenta #FF04F8

Tints of Magenta #FF04F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 50.3%
G = 0.79%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF04F8 (or 0xFF04F8) is known color: Magenta. HEX triplet: FF, 04 and F8. RGB value is (255,4,248). Sum of RGB (Red+Green+Blue) = 255+4+248=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 4 (1.95% from 255 or 0.79% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F8 is #00FB07. Grayscale: #6A6A6A. Windows color (decimal): -64264 or 16254207. OLE color: 16254207.

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

Color convert

RGB 255 4 248 -
CMYK 0 0.98 0.03 0
HSL 301.67º 1% 0.51% -
HSV(B) 301.67º 0.98% 1% -
XYZ 58.23 28.12 91.17 -
YUV 106.87 207.66 233.66 -
System Red Green Blue C M Y K H S L
Decimal 255 4 248 0 0.98 0.03 0 301.67 1 0.51
Hex FF 4 F8 0 62 3 0 12E 64 33
Octal 377 4 370 0 142 3 0 456 144 63
Binary 11111111 100 11111000 0 1100010 11 0 100101110 1100100 110011

Color Harmonies of #FF04F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04F8

Black with #FF04F8

Text Example


Text Example

White with #FF04F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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