Html Css Color HEX #F505D9 Hot Magenta

📋 copy color: '#F505D9'

red 245 ◦ green 5 ◦ blue 217

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

Shades of Hot Magenta #F505D9

Tints of Hot Magenta #F505D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

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

R = 52.46%
G = 1.07%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F505D9 (or 0xF505D9) is known color: Hot Magenta. HEX triplet: F5, 05 and D9. RGB value is (245,5,217). Sum of RGB (Red+Green+Blue) = 245+5+217=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F505D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505D9 is #0AFA26. Grayscale: #646464. Windows color (decimal): -719399 or 14222837. OLE color: 14222837.

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

Color convert

RGB 245 5 217 -
CMYK 0 0.98 0.11 0.04
HSL 307º 0.96% 0.49% -
HSV(B) 307º 0.98% 0.96% -
XYZ 50.23 24.53 67.73 -
YUV 100.93 193.51 230.76 -
System Red Green Blue C M Y K H S L
Decimal 245 5 217 0 0.98 0.11 0.04 307 0.96 0.49
Hex F5 5 D9 0 62 B 4 133 60 31
Octal 365 5 331 0 142 13 4 463 140 61
Binary 11110101 101 11011001 0 1100010 1011 100 100110011 1100000 110001

Color Harmonies of #F505D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F505D9

Black with #F505D9

Text Example


Text Example

White with #F505D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F505D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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