Html Css Color HEX #FF04F1 Magenta

📋 copy color: '#FF04F1'

red 255 ◦ green 4 ◦ blue 241

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

Shades of Magenta #FF04F1

Tints of Magenta #FF04F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 51%
G = 0.8%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF04F1 (or 0xFF04F1) is known color: Magenta. HEX triplet: FF, 04 and F1. RGB value is (255,4,241). Sum of RGB (Red+Green+Blue) = 255+4+241=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 4 (1.95% from 255 or 0.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04F1 is #00FB0E. Grayscale: #696969. Windows color (decimal): -64271 or 15795455. OLE color: 15795455.

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

Color convert

RGB 255 4 241 -
CMYK 0 0.98 0.05 0
HSL 303.35º 1% 0.51% -
HSV(B) 303.35º 0.98% 1% -
XYZ 57.16 27.7 85.55 -
YUV 106.07 204.16 234.23 -
System Red Green Blue C M Y K H S L
Decimal 255 4 241 0 0.98 0.05 0 303.35 1 0.51
Hex FF 4 F1 0 62 5 0 12F 64 33
Octal 377 4 361 0 142 5 0 457 144 63
Binary 11111111 100 11110001 0 1100010 101 0 100101111 1100100 110011

Color Harmonies of #FF04F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04F1

Black with #FF04F1

Text Example


Text Example

White with #FF04F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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