Html Css Color HEX #F804C6 Hot Magenta

📋 copy color: '#F804C6'

red 248 ◦ green 4 ◦ blue 198

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

Shades of Hot Magenta #F804C6

Tints of Hot Magenta #F804C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 55.11%
G = 0.89%
B = 44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F804C6 (or 0xF804C6) is known color: Hot Magenta. HEX triplet: F8, 04 and C6. RGB value is (248,4,198). Sum of RGB (Red+Green+Blue) = 248+4+198=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F804C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F804C6 is #07FB39. Grayscale: #626262. Windows color (decimal): -523066 or 12977400. OLE color: 12977400.

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

Color convert

RGB 248 4 198 -
CMYK 0 0.98 0.20 0.03
HSL 312.3º 0.97% 0.49% -
HSV(B) 312.3º 0.98% 0.97% -
XYZ 48.95 24.12 55.5 -
YUV 99.07 183.84 234.23 -
System Red Green Blue C M Y K H S L
Decimal 248 4 198 0 0.98 0.20 0.03 312.3 0.97 0.49
Hex F8 4 C6 0 62 14 3 138 61 31
Octal 370 4 306 0 142 24 3 470 141 61
Binary 11111000 100 11000110 0 1100010 10100 11 100111000 1100001 110001

Color Harmonies of #F804C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804C6

Black with #F804C6

Text Example


Text Example

White with #F804C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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