Html Css Color HEX #F508DB Hot Magenta

📋 copy color: '#F508DB'

red 245 ◦ green 8 ◦ blue 219

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

Shades of Hot Magenta #F508DB

Tints of Hot Magenta #F508DB

RGB

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

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

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

R = 51.91%
G = 1.69%
B = 46.4%

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

#F508DB (or 0xF508DB) is known color: Hot Magenta. HEX triplet: F5, 08 and DB. RGB value is (245,8,219). Sum of RGB (Red+Green+Blue) = 245+8+219=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F508DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508DB is #0AF724. Grayscale: #666666. Windows color (decimal): -718629 or 14354677. OLE color: 14354677.

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

Color convert

RGB 245 8 219 -
CMYK 0 0.97 0.11 0.04
HSL 306.58º 0.94% 0.5% -
HSV(B) 306.58º 0.97% 0.96% -
XYZ 50.53 24.7 69.12 -
YUV 102.92 193.52 229.34 -
System Red Green Blue C M Y K H S L
Decimal 245 8 219 0 0.97 0.11 0.04 306.58 0.94 0.5
Hex F5 8 DB 0 61 B 4 133 5E 32
Octal 365 10 333 0 141 13 4 463 136 62
Binary 11110101 1000 11011011 0 1100001 1011 100 100110011 1011110 110010

Color Harmonies of #F508DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508DB

Black with #F508DB

Text Example


Text Example

White with #F508DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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