Html Css Color HEX #F017D9 Hot Magenta

📋 copy color: '#F017D9'

red 240 ◦ green 23 ◦ blue 217

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

Shades of Hot Magenta #F017D9

Tints of Hot Magenta #F017D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 50%
G = 4.79%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F017D9 (or 0xF017D9) is known color: Hot Magenta. HEX triplet: F0, 17 and D9. RGB value is (240,23,217). Sum of RGB (Red+Green+Blue) = 240+23+217=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D9 is #0FE826. Grayscale: #6D6D6D. Windows color (decimal): -1042471 or 14227440. OLE color: 14227440.

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

Color convert

RGB 240 23 217 -
CMYK 0 0.90 0.10 0.06
HSL 306.36º 0.88% 0.52% -
HSV(B) 306.36º 0.9% 0.94% -
XYZ 48.77 24.15 67.74 -
YUV 110 188.39 220.73 -
System Red Green Blue C M Y K H S L
Decimal 240 23 217 0 0.90 0.10 0.06 306.36 0.88 0.52
Hex F0 17 D9 0 5A A 6 132 58 34
Octal 360 27 331 0 132 12 6 462 130 64
Binary 11110000 10111 11011001 0 1011010 1010 110 100110010 1011000 110100

Color Harmonies of #F017D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017D9

Black with #F017D9

Text Example


Text Example

White with #F017D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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