Html Css Color HEX #F017E1 Hot Magenta

📋 copy color: '#F017E1'

red 240 ◦ green 23 ◦ blue 225

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

Shades of Hot Magenta #F017E1

Tints of Hot Magenta #F017E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 49.18%
G = 4.71%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F017E1 (or 0xF017E1) is known color: Hot Magenta. HEX triplet: F0, 17 and E1. RGB value is (240,23,225). Sum of RGB (Red+Green+Blue) = 240+23+225=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F017E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017E1 is #0FE81E. Grayscale: #6E6E6E. Windows color (decimal): -1042463 or 14751728. OLE color: 14751728.

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

Color convert

RGB 240 23 225 -
CMYK 0 0.90 0.06 0.06
HSL 304.15º 0.88% 0.52% -
HSV(B) 304.15º 0.9% 0.94% -
XYZ 49.83 24.57 73.35 -
YUV 110.91 192.39 220.07 -
System Red Green Blue C M Y K H S L
Decimal 240 23 225 0 0.90 0.06 0.06 304.15 0.88 0.52
Hex F0 17 E1 0 5A 6 6 130 58 34
Octal 360 27 341 0 132 6 6 460 130 64
Binary 11110000 10111 11100001 0 1011010 110 110 100110000 1011000 110100

Color Harmonies of #F017E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017E1

Black with #F017E1

Text Example


Text Example

White with #F017E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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