Html Css Color HEX #F804F5 Magenta

📋 copy color: '#F804F5'

red 248 ◦ green 4 ◦ blue 245

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

Shades of Magenta #F804F5

Tints of Magenta #F804F5

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

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

 BLUE value IS 245 (96.09% from 255) = 49.3%

R = 49.9%
G = 0.8%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F804F5 (or 0xF804F5) is known color: Magenta. HEX triplet: F8, 04 and F5. RGB value is (248,4,245). Sum of RGB (Red+Green+Blue) = 248+4+245=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 4 (1.95% from 255 or 0.80% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F804F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F804F5 is #07FB0A. Grayscale: #676767. Windows color (decimal): -523019 or 16057592. OLE color: 16057592.

HSL color Cylindrical-coordinate representation of color #F804F5: hue angle of 300.74º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F804F5 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 245 -
CMYK 0 0.98 0.01 0.03
HSL 300.74º 0.97% 0.49% -
HSV(B) 300.74º 0.98% 0.97% -
XYZ 55.24 26.64 88.62 -
YUV 104.43 207.34 230.4 -
System Red Green Blue C M Y K H S L
Decimal 248 4 245 0 0.98 0.01 0.03 300.74 0.97 0.49
Hex F8 4 F5 0 62 1 3 12D 61 31
Octal 370 4 365 0 142 1 3 455 141 61
Binary 11111000 100 11110101 0 1100010 1 11 100101101 1100001 110001

Color Harmonies of #F804F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804F5

Black with #F804F5

Text Example


Text Example

White with #F804F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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