Html Css Color HEX #F509DC Hot Magenta

📋 copy color: '#F509DC'

red 245 ◦ green 9 ◦ blue 220

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

Shades of Hot Magenta #F509DC

Tints of Hot Magenta #F509DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 51.69%
G = 1.9%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F509DC (or 0xF509DC) is known color: Hot Magenta. HEX triplet: F5, 09 and DC. RGB value is (245,9,220). Sum of RGB (Red+Green+Blue) = 245+9+220=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F509DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509DC is #0AF623. Grayscale: #676767. Windows color (decimal): -718372 or 14420469. OLE color: 14420469.

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

Color convert

RGB 245 9 220 -
CMYK 0 0.96 0.10 0.04
HSL 306.36º 0.93% 0.5% -
HSV(B) 306.36º 0.96% 0.96% -
XYZ 50.67 24.78 69.82 -
YUV 103.62 193.69 228.84 -
System Red Green Blue C M Y K H S L
Decimal 245 9 220 0 0.96 0.10 0.04 306.36 0.93 0.5
Hex F5 9 DC 0 60 A 4 132 5D 32
Octal 365 11 334 0 140 12 4 462 135 62
Binary 11110101 1001 11011100 0 1100000 1010 100 100110010 1011101 110010

Color Harmonies of #F509DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509DC

Black with #F509DC

Text Example


Text Example

White with #F509DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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