Html Css Color HEX #F504F2 Magenta

📋 copy color: '#F504F2'

red 245 ◦ green 4 ◦ blue 242

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

Shades of Magenta #F504F2

Tints of Magenta #F504F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 49.9%
G = 0.81%
B = 49.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F504F2 (or 0xF504F2) is known color: Magenta. HEX triplet: F5, 04 and F2. RGB value is (245,4,242). Sum of RGB (Red+Green+Blue) = 245+4+242=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F504F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504F2 is #0AFB0D. Grayscale: #666666. Windows color (decimal): -719630 or 15860981. OLE color: 15860981.

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

Color convert

RGB 245 4 242 -
CMYK 0 0.98 0.01 0.04
HSL 300.75º 0.97% 0.49% -
HSV(B) 300.75º 0.98% 0.96% -
XYZ 53.73 25.91 86.17 -
YUV 103.19 206.34 229.15 -
System Red Green Blue C M Y K H S L
Decimal 245 4 242 0 0.98 0.01 0.04 300.75 0.97 0.49
Hex F5 4 F2 0 62 1 4 12D 61 31
Octal 365 4 362 0 142 1 4 455 141 61
Binary 11110101 100 11110010 0 1100010 1 100 100101101 1100001 110001

Color Harmonies of #F504F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504F2

Black with #F504F2

Text Example


Text Example

White with #F504F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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