Html Css Color HEX #F017DC Hot Magenta

📋 copy color: '#F017DC'

red 240 ◦ green 23 ◦ blue 220

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

Shades of Hot Magenta #F017DC

Tints of Hot Magenta #F017DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.76%

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

R = 49.69%
G = 4.76%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F017DC (or 0xF017DC) is known color: Hot Magenta. HEX triplet: F0, 17 and DC. RGB value is (240,23,220). Sum of RGB (Red+Green+Blue) = 240+23+220=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F017DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017DC is #0FE823. Grayscale: #6D6D6D. Windows color (decimal): -1042468 or 14424048. OLE color: 14424048.

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

Color convert

RGB 240 23 220 -
CMYK 0 0.90 0.08 0.06
HSL 305.53º 0.88% 0.52% -
HSV(B) 305.53º 0.9% 0.94% -
XYZ 49.16 24.31 69.81 -
YUV 110.34 189.89 220.48 -
System Red Green Blue C M Y K H S L
Decimal 240 23 220 0 0.90 0.08 0.06 305.53 0.88 0.52
Hex F0 17 DC 0 5A 8 6 132 58 34
Octal 360 27 334 0 132 10 6 462 130 64
Binary 11110000 10111 11011100 0 1011010 1000 110 100110010 1011000 110100

Color Harmonies of #F017DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017DC

Black with #F017DC

Text Example


Text Example

White with #F017DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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