Html Css Color HEX #F805D4 Hot Magenta

📋 copy color: '#F805D4'

red 248 ◦ green 5 ◦ blue 212

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

Shades of Hot Magenta #F805D4

Tints of Hot Magenta #F805D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 53.33%
G = 1.08%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F805D4 (or 0xF805D4) is known color: Hot Magenta. HEX triplet: F8, 05 and D4. RGB value is (248,5,212). Sum of RGB (Red+Green+Blue) = 248+5+212=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F805D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805D4 is #07FA2B. Grayscale: #646464. Windows color (decimal): -522796 or 13895160. OLE color: 13895160.

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

Color convert

RGB 248 5 212 -
CMYK 0 0.98 0.15 0.03
HSL 308.89º 0.96% 0.5% -
HSV(B) 308.89º 0.98% 0.97% -
XYZ 50.65 24.82 64.41 -
YUV 101.26 190.51 232.67 -
System Red Green Blue C M Y K H S L
Decimal 248 5 212 0 0.98 0.15 0.03 308.89 0.96 0.5
Hex F8 5 D4 0 62 F 3 135 60 32
Octal 370 5 324 0 142 17 3 465 140 62
Binary 11111000 101 11010100 0 1100010 1111 11 100110101 1100000 110010

Color Harmonies of #F805D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805D4

Black with #F805D4

Text Example


Text Example

White with #F805D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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