Html Css Color HEX #F805F9 Magenta

📋 copy color: '#F805F9'

red 248 ◦ green 5 ◦ blue 249

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

Shades of Magenta #F805F9

Tints of Magenta #F805F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 49.4%
G = 1%
B = 49.6%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F805F9 (or 0xF805F9) is known color: Magenta. HEX triplet: F8, 05 and F9. RGB value is (248,5,249). Sum of RGB (Red+Green+Blue) = 248+5+249=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 5 (2.34% from 255 or 1.00% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #F805F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F805F9 is #07FA06. Grayscale: #686868. Windows color (decimal): -522759 or 16319992. OLE color: 16319992.

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

Color convert

RGB 248 5 249 -
CMYK 0.00 0.98 0 0.02
HSL 299.75º 0.96% 0.5% -
HSV(B) 299.75º 0.98% 0.98% -
XYZ 55.86 26.9 91.87 -
YUV 105.47 209.01 229.66 -
System Red Green Blue C M Y K H S L
Decimal 248 5 249 0.00 0.98 0 0.02 299.75 0.96 0.5
Hex F8 5 F9 0 62 0 2 12C 60 32
Octal 370 5 371 0 142 0 2 454 140 62
Binary 11111000 101 11111001 0 1100010 0 10 100101100 1100000 110010

Color Harmonies of #F805F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805F9

Black with #F805F9

Text Example


Text Example

White with #F805F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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