Html Css Color HEX #F805E0 Hot Magenta

📋 copy color: '#F805E0'

red 248 ◦ green 5 ◦ blue 224

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

Shades of Hot Magenta #F805E0

Tints of Hot Magenta #F805E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 51.99%
G = 1.05%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F805E0 (or 0xF805E0) is known color: Hot Magenta. HEX triplet: F8, 05 and E0. RGB value is (248,5,224). Sum of RGB (Red+Green+Blue) = 248+5+224=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F805E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805E0 is #07FA1F. Grayscale: #656565. Windows color (decimal): -522784 or 14681592. OLE color: 14681592.

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

Color convert

RGB 248 5 224 -
CMYK 0 0.98 0.10 0.03
HSL 305.93º 0.96% 0.5% -
HSV(B) 305.93º 0.98% 0.97% -
XYZ 52.22 25.45 72.68 -
YUV 102.62 196.51 231.69 -
System Red Green Blue C M Y K H S L
Decimal 248 5 224 0 0.98 0.10 0.03 305.93 0.96 0.5
Hex F8 5 E0 0 62 A 3 132 60 32
Octal 370 5 340 0 142 12 3 462 140 62
Binary 11111000 101 11100000 0 1100010 1010 11 100110010 1100000 110010

Color Harmonies of #F805E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805E0

Black with #F805E0

Text Example


Text Example

White with #F805E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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