Html Css Color HEX #F805F6 Magenta

📋 copy color: '#F805F6'

red 248 ◦ green 5 ◦ blue 246

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

Shades of Magenta #F805F6

Tints of Magenta #F805F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 49.7%
G = 1%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F805F6 (or 0xF805F6) is known color: Magenta. HEX triplet: F8, 05 and F6. RGB value is (248,5,246). Sum of RGB (Red+Green+Blue) = 248+5+246=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 5 (2.34% from 255 or 1.00% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F805F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805F6 is #07FA09. Grayscale: #686868. Windows color (decimal): -522762 or 16123384. OLE color: 16123384.

HSL color Cylindrical-coordinate representation of color #F805F6: hue angle of 300.49º 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 #F805F6 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 246 -
CMYK 0 0.98 0.01 0.03
HSL 300.49º 0.96% 0.5% -
HSV(B) 300.49º 0.98% 0.97% -
XYZ 55.4 26.72 89.43 -
YUV 105.13 207.51 229.9 -
System Red Green Blue C M Y K H S L
Decimal 248 5 246 0 0.98 0.01 0.03 300.49 0.96 0.5
Hex F8 5 F6 0 62 1 3 12C 60 32
Octal 370 5 366 0 142 1 3 454 140 62
Binary 11111000 101 11110110 0 1100010 1 11 100101100 1100000 110010

Color Harmonies of #F805F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805F6

Black with #F805F6

Text Example


Text Example

White with #F805F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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