Html Css Color HEX #F008DC Hot Magenta

📋 copy color: '#F008DC'

red 240 ◦ green 8 ◦ blue 220

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

Shades of Hot Magenta #F008DC

Tints of Hot Magenta #F008DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 51.28%
G = 1.71%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F008DC (or 0xF008DC) is known color: Hot Magenta. HEX triplet: F0, 08 and DC. RGB value is (240,8,220). Sum of RGB (Red+Green+Blue) = 240+8+220=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F008DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008DC is #0FF723. Grayscale: #646464. Windows color (decimal): -1046308 or 14420208. OLE color: 14420208.

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

Color convert

RGB 240 8 220 -
CMYK 0 0.97 0.08 0.06
HSL 305.17º 0.94% 0.49% -
HSV(B) 305.17º 0.97% 0.94% -
XYZ 48.94 23.87 69.74 -
YUV 101.54 194.86 226.76 -
System Red Green Blue C M Y K H S L
Decimal 240 8 220 0 0.97 0.08 0.06 305.17 0.94 0.49
Hex F0 8 DC 0 61 8 6 131 5E 31
Octal 360 10 334 0 141 10 6 461 136 61
Binary 11110000 1000 11011100 0 1100001 1000 110 100110001 1011110 110001

Color Harmonies of #F008DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008DC

Black with #F008DC

Text Example


Text Example

White with #F008DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008DC; }

 p { color: rgb(240,8,220); }

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

background-color css

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

 a { background-color: rgb(240,8,220); }

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

border-color css

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

 span { border-color: rgb(240,8,220); }

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