Html Css Color HEX #F504F3 Magenta

📋 copy color: '#F504F3'

red 245 ◦ green 4 ◦ blue 243

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

Shades of Magenta #F504F3

Tints of Magenta #F504F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 49.8%
G = 0.81%
B = 49.39%

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

#F504F3 (or 0xF504F3) is known color: Magenta. HEX triplet: F5, 04 and F3. RGB value is (245,4,243). Sum of RGB (Red+Green+Blue) = 245+4+243=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 4 (1.95% from 255 or 0.81% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F504F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F504F3 is #0AFB0C. Grayscale: #666666. Windows color (decimal): -719629 or 15926517. OLE color: 15926517.

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

Color convert

RGB 245 4 243 -
CMYK 0 0.98 0.01 0.04
HSL 300.5º 0.97% 0.49% -
HSV(B) 300.5º 0.98% 0.96% -
XYZ 53.88 25.97 86.97 -
YUV 103.31 206.84 229.07 -
System Red Green Blue C M Y K H S L
Decimal 245 4 243 0 0.98 0.01 0.04 300.5 0.97 0.49
Hex F5 4 F3 0 62 1 4 12C 61 31
Octal 365 4 363 0 142 1 4 454 141 61
Binary 11110101 100 11110011 0 1100010 1 100 100101100 1100001 110001

Color Harmonies of #F504F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504F3

Black with #F504F3

Text Example


Text Example

White with #F504F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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