Html Css Color HEX #F504F8 Magenta

📋 copy color: '#F504F8'

red 245 ◦ green 4 ◦ blue 248

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

Shades of Magenta #F504F8

Tints of Magenta #F504F8

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

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

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

Color convert

RGB 245 4 248 -
CMYK 0.01 0.98 0 0.03
HSL 299.26º 0.97% 0.49% -
HSV(B) 299.26º 0.98% 0.97% -
XYZ 54.64 26.28 91 -
YUV 103.88 209.34 228.66 -
System Red Green Blue C M Y K H S L
Decimal 245 4 248 0.01 0.98 0 0.03 299.26 0.97 0.49
Hex F5 4 F8 1 62 0 3 12B 61 31
Octal 365 4 370 1 142 0 3 453 141 61
Binary 11110101 100 11111000 1 1100010 0 11 100101011 1100001 110001

Color Harmonies of #F504F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504F8

Black with #F504F8

Text Example


Text Example

White with #F504F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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