Html Css Color HEX #F505E5 Magenta

📋 copy color: '#F505E5'

red 245 ◦ green 5 ◦ blue 229

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

Shades of Magenta #F505E5

Tints of Magenta #F505E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.04%

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 51.15%
G = 1.04%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F505E5 (or 0xF505E5) is known color: Magenta. HEX triplet: F5, 05 and E5. RGB value is (245,5,229). Sum of RGB (Red+Green+Blue) = 245+5+229=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F505E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505E5 is #0AFA1A. Grayscale: #656565. Windows color (decimal): -719387 or 15009269. OLE color: 15009269.

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

Color convert

RGB 245 5 229 -
CMYK 0 0.98 0.07 0.04
HSL 304º 0.96% 0.49% -
HSV(B) 304º 0.98% 0.96% -
XYZ 51.85 25.18 76.26 -
YUV 102.3 199.51 229.79 -
System Red Green Blue C M Y K H S L
Decimal 245 5 229 0 0.98 0.07 0.04 304 0.96 0.49
Hex F5 5 E5 0 62 7 4 130 60 31
Octal 365 5 345 0 142 7 4 460 140 61
Binary 11110101 101 11100101 0 1100010 111 100 100110000 1100000 110001

Color Harmonies of #F505E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505E5

Black with #F505E5

Text Example


Text Example

White with #F505E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505E5; }

 p { color: rgb(245,5,229); }

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

background-color css

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

 a { background-color: rgb(245,5,229); }

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

border-color css

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

 span { border-color: rgb(245,5,229); }

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