Html Css Color HEX #F504F9 Magenta

📋 copy color: '#F504F9'

red 245 ◦ green 4 ◦ blue 249

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

Shades of Magenta #F504F9

Tints of Magenta #F504F9

RGB

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

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

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

R = 49.2%
G = 0.8%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F504F9 (or 0xF504F9) is known color: Magenta. HEX triplet: F5, 04 and F9. RGB value is (245,4,249). Sum of RGB (Red+Green+Blue) = 245+4+249=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #F504F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504F9 is #0AFB06. Grayscale: #676767. Windows color (decimal): -719623 or 16319733. OLE color: 16319733.

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

Color convert

RGB 245 4 249 -
CMYK 0.02 0.98 0 0.02
HSL 299.02º 0.97% 0.5% -
HSV(B) 299.02º 0.98% 0.98% -
XYZ 54.8 26.34 91.82 -
YUV 103.99 209.84 228.58 -
System Red Green Blue C M Y K H S L
Decimal 245 4 249 0.02 0.98 0 0.02 299.02 0.97 0.5
Hex F5 4 F9 2 62 0 2 12B 61 32
Octal 365 4 371 2 142 0 2 453 141 62
Binary 11110101 100 11111001 10 1100010 0 10 100101011 1100001 110010

Color Harmonies of #F504F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504F9

Black with #F504F9

Text Example


Text Example

White with #F504F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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