Html Css Color HEX #F805E6 Magenta

📋 copy color: '#F805E6'

red 248 ◦ green 5 ◦ blue 230

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

Shades of Magenta #F805E6

Tints of Magenta #F805E6

RGB

 RED value IS 248 (97.27% from 255) = 51.35%

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 51.35%
G = 1.04%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F805E6 (or 0xF805E6) is known color: Magenta. HEX triplet: F8, 05 and E6. RGB value is (248,5,230). Sum of RGB (Red+Green+Blue) = 248+5+230=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F805E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805E6 is #07FA19. Grayscale: #666666. Windows color (decimal): -522778 or 15074808. OLE color: 15074808.

HSL color Cylindrical-coordinate representation of color #F805E6: hue angle of 304.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805E6 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 230 -
CMYK 0 0.98 0.07 0.03
HSL 304.44º 0.96% 0.5% -
HSV(B) 304.44º 0.98% 0.97% -
XYZ 53.05 25.78 77.04 -
YUV 103.31 199.51 231.2 -
System Red Green Blue C M Y K H S L
Decimal 248 5 230 0 0.98 0.07 0.03 304.44 0.96 0.5
Hex F8 5 E6 0 62 7 3 130 60 32
Octal 370 5 346 0 142 7 3 460 140 62
Binary 11111000 101 11100110 0 1100010 111 11 100110000 1100000 110010

Color Harmonies of #F805E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805E6

Black with #F805E6

Text Example


Text Example

White with #F805E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805E6; }

 p { color: rgb(248,5,230); }

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

background-color css

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

 a { background-color: rgb(248,5,230); }

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

border-color css

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

 span { border-color: rgb(248,5,230); }

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