Html Css Color HEX #F507DB Hot Magenta

📋 copy color: '#F507DB'

red 245 ◦ green 7 ◦ blue 219

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

Shades of Hot Magenta #F507DB

Tints of Hot Magenta #F507DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.49%

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

R = 52.02%
G = 1.49%
B = 46.5%

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

#F507DB (or 0xF507DB) is known color: Hot Magenta. HEX triplet: F5, 07 and DB. RGB value is (245,7,219). Sum of RGB (Red+Green+Blue) = 245+7+219=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F507DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507DB is #0AF824. Grayscale: #656565. Windows color (decimal): -718885 or 14354421. OLE color: 14354421.

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

Color convert

RGB 245 7 219 -
CMYK 0 0.97 0.11 0.04
HSL 306.55º 0.94% 0.49% -
HSV(B) 306.55º 0.97% 0.96% -
XYZ 50.52 24.68 69.12 -
YUV 102.33 193.85 229.76 -
System Red Green Blue C M Y K H S L
Decimal 245 7 219 0 0.97 0.11 0.04 306.55 0.94 0.49
Hex F5 7 DB 0 61 B 4 133 5E 31
Octal 365 7 333 0 141 13 4 463 136 61
Binary 11110101 111 11011011 0 1100001 1011 100 100110011 1011110 110001

Color Harmonies of #F507DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F507DB

Black with #F507DB

Text Example


Text Example

White with #F507DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F507DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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