Html Css Color HEX #F508D9 Hot Magenta

📋 copy color: '#F508D9'

red 245 ◦ green 8 ◦ blue 217

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

Shades of Hot Magenta #F508D9

Tints of Hot Magenta #F508D9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.7%

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 52.13%
G = 1.7%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F508D9 (or 0xF508D9) is known color: Hot Magenta. HEX triplet: F5, 08 and D9. RGB value is (245,8,217). Sum of RGB (Red+Green+Blue) = 245+8+217=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F508D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508D9 is #0AF726. Grayscale: #666666. Windows color (decimal): -718631 or 14223605. OLE color: 14223605.

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

Color convert

RGB 245 8 217 -
CMYK 0 0.97 0.11 0.04
HSL 307.09º 0.94% 0.5% -
HSV(B) 307.09º 0.97% 0.96% -
XYZ 50.27 24.6 67.74 -
YUV 102.69 192.52 229.51 -
System Red Green Blue C M Y K H S L
Decimal 245 8 217 0 0.97 0.11 0.04 307.09 0.94 0.5
Hex F5 8 D9 0 61 B 4 133 5E 32
Octal 365 10 331 0 141 13 4 463 136 62
Binary 11110101 1000 11011001 0 1100001 1011 100 100110011 1011110 110010

Color Harmonies of #F508D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508D9

Black with #F508D9

Text Example


Text Example

White with #F508D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508D9; }

 p { color: rgb(245,8,217); }

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

background-color css

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

 a { background-color: rgb(245,8,217); }

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

border-color css

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

 span { border-color: rgb(245,8,217); }

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