Html Css Color HEX #F808D9 Hot Magenta

📋 copy color: '#F808D9'

red 248 ◦ green 8 ◦ blue 217

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

Shades of Hot Magenta #F808D9

Tints of Hot Magenta #F808D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 52.43%
G = 1.69%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F808D9 (or 0xF808D9) is known color: Hot Magenta. HEX triplet: F8, 08 and D9. RGB value is (248,8,217). Sum of RGB (Red+Green+Blue) = 248+8+217=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F808D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808D9 is #07F726. Grayscale: #666666. Windows color (decimal): -522023 or 14223608. OLE color: 14223608.

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

Color convert

RGB 248 8 217 -
CMYK 0 0.97 0.12 0.03
HSL 307.75º 0.94% 0.5% -
HSV(B) 307.75º 0.97% 0.97% -
XYZ 51.32 25.14 67.79 -
YUV 103.59 192.01 231.01 -
System Red Green Blue C M Y K H S L
Decimal 248 8 217 0 0.97 0.12 0.03 307.75 0.94 0.5
Hex F8 8 D9 0 61 C 3 134 5E 32
Octal 370 10 331 0 141 14 3 464 136 62
Binary 11111000 1000 11011001 0 1100001 1100 11 100110100 1011110 110010

Color Harmonies of #F808D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808D9

Black with #F808D9

Text Example


Text Example

White with #F808D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808D9; }

 p { color: rgb(248,8,217); }

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

background-color css

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

 a { background-color: rgb(248,8,217); }

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

border-color css

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

 span { border-color: rgb(248,8,217); }

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