Html Css Color HEX #F808D7 Hot Magenta

📋 copy color: '#F808D7'

red 248 ◦ green 8 ◦ blue 215

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

Shades of Hot Magenta #F808D7

Tints of Hot Magenta #F808D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 52.65%
G = 1.7%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F808D7 (or 0xF808D7) is known color: Hot Magenta. HEX triplet: F8, 08 and D7. RGB value is (248,8,215). Sum of RGB (Red+Green+Blue) = 248+8+215=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F808D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808D7 is #07F728. Grayscale: #666666. Windows color (decimal): -522025 or 14092536. OLE color: 14092536.

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

Color convert

RGB 248 8 215 -
CMYK 0 0.97 0.13 0.03
HSL 308.25º 0.94% 0.5% -
HSV(B) 308.25º 0.97% 0.97% -
XYZ 51.06 25.04 66.43 -
YUV 103.36 191.01 231.17 -
System Red Green Blue C M Y K H S L
Decimal 248 8 215 0 0.97 0.13 0.03 308.25 0.94 0.5
Hex F8 8 D7 0 61 D 3 134 5E 32
Octal 370 10 327 0 141 15 3 464 136 62
Binary 11111000 1000 11010111 0 1100001 1101 11 100110100 1011110 110010

Color Harmonies of #F808D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808D7

Black with #F808D7

Text Example


Text Example

White with #F808D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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