Html Css Color HEX #F008DF Hot Magenta

📋 copy color: '#F008DF'

red 240 ◦ green 8 ◦ blue 223

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

Shades of Hot Magenta #F008DF

Tints of Hot Magenta #F008DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 50.96%
G = 1.7%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F008DF (or 0xF008DF) is known color: Hot Magenta. HEX triplet: F0, 08 and DF. RGB value is (240,8,223). Sum of RGB (Red+Green+Blue) = 240+8+223=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F008DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008DF is #0FF720. Grayscale: #656565. Windows color (decimal): -1046305 or 14616816. OLE color: 14616816.

HSL color Cylindrical-coordinate representation of color #F008DF: hue angle of 304.4º 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 #F008DF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 223 -
CMYK 0 0.97 0.07 0.06
HSL 304.4º 0.94% 0.49% -
HSV(B) 304.4º 0.97% 0.94% -
XYZ 49.34 24.03 71.85 -
YUV 101.88 196.36 226.52 -
System Red Green Blue C M Y K H S L
Decimal 240 8 223 0 0.97 0.07 0.06 304.4 0.94 0.49
Hex F0 8 DF 0 61 7 6 130 5E 31
Octal 360 10 337 0 141 7 6 460 136 61
Binary 11110000 1000 11011111 0 1100001 111 110 100110000 1011110 110001

Color Harmonies of #F008DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008DF

Black with #F008DF

Text Example


Text Example

White with #F008DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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