Html Css Color HEX #F017DE Hot Magenta

📋 copy color: '#F017DE'

red 240 ◦ green 23 ◦ blue 222

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

Shades of Hot Magenta #F017DE

Tints of Hot Magenta #F017DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 49.48%
G = 4.74%
B = 45.77%

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

#F017DE (or 0xF017DE) is known color: Hot Magenta. HEX triplet: F0, 17 and DE. RGB value is (240,23,222). Sum of RGB (Red+Green+Blue) = 240+23+222=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F017DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017DE is #0FE821. Grayscale: #6D6D6D. Windows color (decimal): -1042466 or 14555120. OLE color: 14555120.

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

Color convert

RGB 240 23 222 -
CMYK 0 0.90 0.08 0.06
HSL 304.98º 0.88% 0.52% -
HSV(B) 304.98º 0.9% 0.94% -
XYZ 49.43 24.41 71.21 -
YUV 110.57 190.89 220.32 -
System Red Green Blue C M Y K H S L
Decimal 240 23 222 0 0.90 0.08 0.06 304.98 0.88 0.52
Hex F0 17 DE 0 5A 8 6 131 58 34
Octal 360 27 336 0 132 10 6 461 130 64
Binary 11110000 10111 11011110 0 1011010 1000 110 100110001 1011000 110100

Color Harmonies of #F017DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017DE

Black with #F017DE

Text Example


Text Example

White with #F017DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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