Html Css Color HEX #F023FF Magenta

📋 copy color: '#F023FF'

red 240 ◦ green 35 ◦ blue 255

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

Shades of Magenta #F023FF

Tints of Magenta #F023FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 45.28%
G = 6.6%
B = 48.11%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F023FF (or 0xF023FF) is known color: Magenta. HEX triplet: F0, 23 and FF. RGB value is (240,35,255). Sum of RGB (Red+Green+Blue) = 240+35+255=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 35 (14.06% from 255 or 6.60% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #F023FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F023FF is #0FDC00. Grayscale: #787878. Windows color (decimal): -1039361 or 16720880. OLE color: 16720880.

HSL color Cylindrical-coordinate representation of color #F023FF: hue angle of 295.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F023FF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 240 35 255 -
CMYK 0.06 0.86 0 0
HSL 295.91º 1% 0.57% -
HSV(B) 295.91º 0.86% 1% -
XYZ 54.59 26.95 96.93 -
YUV 121.38 203.42 212.61 -
System Red Green Blue C M Y K H S L
Decimal 240 35 255 0.06 0.86 0 0 295.91 1 0.57
Hex F0 23 FF 6 56 0 0 128 64 39
Octal 360 43 377 6 126 0 0 450 144 71
Binary 11110000 100011 11111111 110 1010110 0 0 100101000 1100100 111001

Color Harmonies of #F023FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023FF

Black with #F023FF

Text Example


Text Example

White with #F023FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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