Html Css Color HEX #F508C9 Hot Magenta

📋 copy color: '#F508C9'

red 245 ◦ green 8 ◦ blue 201

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

Shades of Hot Magenta #F508C9

Tints of Hot Magenta #F508C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 53.96%
G = 1.76%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F508C9 (or 0xF508C9) is known color: Hot Magenta. HEX triplet: F5, 08 and C9. RGB value is (245,8,201). Sum of RGB (Red+Green+Blue) = 245+8+201=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 8 (3.52% from 255 or 1.76% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F508C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508C9 is #0AF736. Grayscale: #646464. Windows color (decimal): -718647 or 13175029. OLE color: 13175029.

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

Color convert

RGB 245 8 201 -
CMYK 0 0.97 0.18 0.04
HSL 311.14º 0.94% 0.5% -
HSV(B) 311.14º 0.97% 0.96% -
XYZ 48.29 23.8 57.31 -
YUV 100.87 184.52 230.81 -
System Red Green Blue C M Y K H S L
Decimal 245 8 201 0 0.97 0.18 0.04 311.14 0.94 0.5
Hex F5 8 C9 0 61 12 4 137 5E 32
Octal 365 10 311 0 141 22 4 467 136 62
Binary 11110101 1000 11001001 0 1100001 10010 100 100110111 1011110 110010

Color Harmonies of #F508C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508C9

Black with #F508C9

Text Example


Text Example

White with #F508C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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