Html Css Color HEX #F023ED Magenta

📋 copy color: '#F023ED'

red 240 ◦ green 35 ◦ blue 237

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

Shades of Magenta #F023ED

Tints of Magenta #F023ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.84%

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

R = 46.88%
G = 6.84%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F023ED (or 0xF023ED) is known color: Magenta. HEX triplet: F0, 23 and ED. RGB value is (240,35,237). Sum of RGB (Red+Green+Blue) = 240+35+237=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F023ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F023ED is #0FDC12. Grayscale: #767676. Windows color (decimal): -1039379 or 15541232. OLE color: 15541232.

HSL color Cylindrical-coordinate representation of color #F023ED: hue angle of 300.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F023ED is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 237 -
CMYK 0 0.85 0.01 0.06
HSL 300.88º 0.87% 0.54% -
HSV(B) 300.88º 0.85% 0.94% -
XYZ 51.82 25.84 82.38 -
YUV 119.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 240 35 237 0 0.85 0.01 0.06 300.88 0.87 0.54
Hex F0 23 ED 0 55 1 6 12D 57 36
Octal 360 43 355 0 125 1 6 455 127 66
Binary 11110000 100011 11101101 0 1010101 1 110 100101101 1010111 110110

Color Harmonies of #F023ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023ED

Black with #F023ED

Text Example


Text Example

White with #F023ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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