Html Css Color HEX #F509DB Hot Magenta

📋 copy color: '#F509DB'

red 245 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #F509DB

Tints of Hot Magenta #F509DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 51.8%
G = 1.9%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F509DB (or 0xF509DB) is known color: Hot Magenta. HEX triplet: F5, 09 and DB. RGB value is (245,9,219). Sum of RGB (Red+Green+Blue) = 245+9+219=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F509DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509DB is #0AF624. Grayscale: #666666. Windows color (decimal): -718373 or 14354933. OLE color: 14354933.

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

Color convert

RGB 245 9 219 -
CMYK 0 0.96 0.11 0.04
HSL 306.61º 0.93% 0.5% -
HSV(B) 306.61º 0.96% 0.96% -
XYZ 50.54 24.72 69.13 -
YUV 103.5 193.19 228.92 -
System Red Green Blue C M Y K H S L
Decimal 245 9 219 0 0.96 0.11 0.04 306.61 0.93 0.5
Hex F5 9 DB 0 60 B 4 133 5D 32
Octal 365 11 333 0 140 13 4 463 135 62
Binary 11110101 1001 11011011 0 1100000 1011 100 100110011 1011101 110010

Color Harmonies of #F509DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F509DB

Black with #F509DB

Text Example


Text Example

White with #F509DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F509DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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