Html Css Color HEX #F004C5 Hot Magenta

📋 copy color: '#F004C5'

red 240 ◦ green 4 ◦ blue 197

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

Shades of Hot Magenta #F004C5

Tints of Hot Magenta #F004C5

RGB

 RED value IS 240 (94.14% from 255) = 54.42%

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

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 54.42%
G = 0.91%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F004C5 (or 0xF004C5) is known color: Hot Magenta. HEX triplet: F0, 04 and C5. RGB value is (240,4,197). Sum of RGB (Red+Green+Blue) = 240+4+197=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F004C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F004C5 is #0FFB3A. Grayscale: #606060. Windows color (decimal): -1047355 or 12911856. OLE color: 12911856.

HSL color Cylindrical-coordinate representation of color #F004C5: hue angle of 310.93º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004C5 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 197 -
CMYK 0 0.98 0.18 0.06
HSL 310.93º 0.97% 0.48% -
HSV(B) 310.93º 0.98% 0.94% -
XYZ 46.06 22.64 54.77 -
YUV 96.57 184.69 230.31 -
System Red Green Blue C M Y K H S L
Decimal 240 4 197 0 0.98 0.18 0.06 310.93 0.97 0.48
Hex F0 4 C5 0 62 12 6 137 61 30
Octal 360 4 305 0 142 22 6 467 141 60
Binary 11110000 100 11000101 0 1100010 10010 110 100110111 1100001 110000

Color Harmonies of #F004C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004C5

Black with #F004C5

Text Example


Text Example

White with #F004C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004C5; }

 p { color: rgb(240,4,197); }

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

background-color css

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

 a { background-color: rgb(240,4,197); }

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

border-color css

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

 span { border-color: rgb(240,4,197); }

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