Html Css Color HEX #F509CC Hot Magenta

📋 copy color: '#F509CC'

red 245 ◦ green 9 ◦ blue 204

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

Shades of Hot Magenta #F509CC

Tints of Hot Magenta #F509CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 53.49%
G = 1.97%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F509CC (or 0xF509CC) is known color: Hot Magenta. HEX triplet: F5, 09 and CC. RGB value is (245,9,204). Sum of RGB (Red+Green+Blue) = 245+9+204=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F509CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509CC is #0AF633. Grayscale: #656565. Windows color (decimal): -718388 or 13371893. OLE color: 13371893.

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

Color convert

RGB 245 9 204 -
CMYK 0 0.96 0.17 0.04
HSL 310.42º 0.93% 0.5% -
HSV(B) 310.42º 0.96% 0.96% -
XYZ 48.65 23.97 59.19 -
YUV 101.79 185.69 230.14 -
System Red Green Blue C M Y K H S L
Decimal 245 9 204 0 0.96 0.17 0.04 310.42 0.93 0.5
Hex F5 9 CC 0 60 11 4 136 5D 32
Octal 365 11 314 0 140 21 4 466 135 62
Binary 11110101 1001 11001100 0 1100000 10001 100 100110110 1011101 110010

Color Harmonies of #F509CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509CC

Black with #F509CC

Text Example


Text Example

White with #F509CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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