Html Css Color HEX #F508CE Hot Magenta

📋 copy color: '#F508CE'

red 245 ◦ green 8 ◦ blue 206

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

Shades of Hot Magenta #F508CE

Tints of Hot Magenta #F508CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 53.38%
G = 1.74%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F508CE (or 0xF508CE) is known color: Hot Magenta. HEX triplet: F5, 08 and CE. RGB value is (245,8,206). Sum of RGB (Red+Green+Blue) = 245+8+206=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F508CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508CE is #0AF731. Grayscale: #646464. Windows color (decimal): -718642 or 13502709. OLE color: 13502709.

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

Color convert

RGB 245 8 206 -
CMYK 0 0.97 0.16 0.04
HSL 309.87º 0.94% 0.5% -
HSV(B) 309.87º 0.97% 0.96% -
XYZ 48.88 24.04 60.46 -
YUV 101.44 187.02 230.4 -
System Red Green Blue C M Y K H S L
Decimal 245 8 206 0 0.97 0.16 0.04 309.87 0.94 0.5
Hex F5 8 CE 0 61 10 4 136 5E 32
Octal 365 10 316 0 141 20 4 466 136 62
Binary 11110101 1000 11001110 0 1100001 10000 100 100110110 1011110 110010

Color Harmonies of #F508CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F508CE

Black with #F508CE

Text Example


Text Example

White with #F508CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F508CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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