Html Css Color HEX #F804C9 Hot Magenta

📋 copy color: '#F804C9'

red 248 ◦ green 4 ◦ blue 201

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

Shades of Hot Magenta #F804C9

Tints of Hot Magenta #F804C9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 54.75%
G = 0.88%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F804C9 (or 0xF804C9) is known color: Hot Magenta. HEX triplet: F8, 04 and C9. RGB value is (248,4,201). Sum of RGB (Red+Green+Blue) = 248+4+201=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F804C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804C9 is #07FB36. Grayscale: #626262. Windows color (decimal): -523063 or 13174008. OLE color: 13174008.

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

Color convert

RGB 248 4 201 -
CMYK 0 0.98 0.19 0.03
HSL 311.56º 0.97% 0.49% -
HSV(B) 311.56º 0.98% 0.97% -
XYZ 49.3 24.26 57.34 -
YUV 99.41 185.34 233.98 -
System Red Green Blue C M Y K H S L
Decimal 248 4 201 0 0.98 0.19 0.03 311.56 0.97 0.49
Hex F8 4 C9 0 62 13 3 138 61 31
Octal 370 4 311 0 142 23 3 470 141 61
Binary 11111000 100 11001001 0 1100010 10011 11 100111000 1100001 110001

Color Harmonies of #F804C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804C9

Black with #F804C9

Text Example


Text Example

White with #F804C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804C9; }

 p { color: rgb(248,4,201); }

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

background-color css

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

 a { background-color: rgb(248,4,201); }

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

border-color css

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

 span { border-color: rgb(248,4,201); }

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