Html Css Color HEX #F023F0 Magenta

📋 copy color: '#F023F0'

red 240 ◦ green 35 ◦ blue 240

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

Shades of Magenta #F023F0

Tints of Magenta #F023F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 46.6%
G = 6.8%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F023F0 (or 0xF023F0) is known color: Magenta. HEX triplet: F0, 23 and F0. RGB value is (240,35,240). Sum of RGB (Red+Green+Blue) = 240+35+240=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 35 (14.06% from 255 or 6.80% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F023F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F023F0 is #0FDC0F. Grayscale: #777777. Windows color (decimal): -1039376 or 15737840. OLE color: 15737840.

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

Color convert

RGB 240 35 240 -
CMYK 0 0.85 0 0.06
HSL 300º 0.87% 0.54% -
HSV(B) 300º 0.85% 0.94% -
XYZ 52.26 26.02 84.71 -
YUV 119.67 195.92 213.83 -
System Red Green Blue C M Y K H S L
Decimal 240 35 240 0 0.85 0 0.06 300 0.87 0.54
Hex F0 23 F0 0 55 0 6 12C 57 36
Octal 360 43 360 0 125 0 6 454 127 66
Binary 11110000 100011 11110000 0 1010101 0 110 100101100 1010111 110110

Color Harmonies of #F023F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023F0

Black with #F023F0

Text Example


Text Example

White with #F023F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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