Html Css Color HEX #F509EA Magenta

📋 copy color: '#F509EA'

red 245 ◦ green 9 ◦ blue 234

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

Shades of Magenta #F509EA

Tints of Magenta #F509EA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.84%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 50.2%
G = 1.84%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F509EA (or 0xF509EA) is known color: Magenta. HEX triplet: F5, 09 and EA. RGB value is (245,9,234). Sum of RGB (Red+Green+Blue) = 245+9+234=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F509EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509EA is #0AF615. Grayscale: #686868. Windows color (decimal): -718358 or 15337973. OLE color: 15337973.

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

Color convert

RGB 245 9 234 -
CMYK 0 0.96 0.04 0.04
HSL 302.8º 0.93% 0.5% -
HSV(B) 302.8º 0.96% 0.96% -
XYZ 52.61 25.55 80 -
YUV 105.21 200.69 227.7 -
System Red Green Blue C M Y K H S L
Decimal 245 9 234 0 0.96 0.04 0.04 302.8 0.93 0.5
Hex F5 9 EA 0 60 4 4 12F 5D 32
Octal 365 11 352 0 140 4 4 457 135 62
Binary 11110101 1001 11101010 0 1100000 100 100 100101111 1011101 110010

Color Harmonies of #F509EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509EA

Black with #F509EA

Text Example


Text Example

White with #F509EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509EA; }

 p { color: rgb(245,9,234); }

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

background-color css

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

 a { background-color: rgb(245,9,234); }

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

border-color css

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

 span { border-color: rgb(245,9,234); }

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