Html Css Color HEX #F805D6 Hot Magenta

📋 copy color: '#F805D6'

red 248 ◦ green 5 ◦ blue 214

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

Shades of Hot Magenta #F805D6

Tints of Hot Magenta #F805D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 53.1%
G = 1.07%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F805D6 (or 0xF805D6) is known color: Hot Magenta. HEX triplet: F8, 05 and D6. RGB value is (248,5,214). Sum of RGB (Red+Green+Blue) = 248+5+214=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F805D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805D6 is #07FA29. Grayscale: #646464. Windows color (decimal): -522794 or 14026232. OLE color: 14026232.

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

Color convert

RGB 248 5 214 -
CMYK 0 0.98 0.14 0.03
HSL 308.4º 0.96% 0.5% -
HSV(B) 308.4º 0.98% 0.97% -
XYZ 50.9 24.92 65.75 -
YUV 101.48 191.51 232.51 -
System Red Green Blue C M Y K H S L
Decimal 248 5 214 0 0.98 0.14 0.03 308.4 0.96 0.5
Hex F8 5 D6 0 62 E 3 134 60 32
Octal 370 5 326 0 142 16 3 464 140 62
Binary 11111000 101 11010110 0 1100010 1110 11 100110100 1100000 110010

Color Harmonies of #F805D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805D6

Black with #F805D6

Text Example


Text Example

White with #F805D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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