Html Css Color HEX #F017ED Magenta

📋 copy color: '#F017ED'

red 240 ◦ green 23 ◦ blue 237

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

Shades of Magenta #F017ED

Tints of Magenta #F017ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 48%
G = 4.6%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F017ED (or 0xF017ED) is known color: Magenta. HEX triplet: F0, 17 and ED. RGB value is (240,23,237). Sum of RGB (Red+Green+Blue) = 240+23+237=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F017ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F017ED is #0FE812. Grayscale: #6F6F6F. Windows color (decimal): -1042451 or 15538160. OLE color: 15538160.

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

Color convert

RGB 240 23 237 -
CMYK 0 0.90 0.01 0.06
HSL 300.83º 0.88% 0.52% -
HSV(B) 300.83º 0.9% 0.94% -
XYZ 51.53 25.25 82.28 -
YUV 112.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 240 23 237 0 0.90 0.01 0.06 300.83 0.88 0.52
Hex F0 17 ED 0 5A 1 6 12D 58 34
Octal 360 27 355 0 132 1 6 455 130 64
Binary 11110000 10111 11101101 0 1011010 1 110 100101101 1011000 110100

Color Harmonies of #F017ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017ED

Black with #F017ED

Text Example


Text Example

White with #F017ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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