Html Css Color HEX #F423F0 Magenta

📋 copy color: '#F423F0'

red 244 ◦ green 35 ◦ blue 240

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

Shades of Magenta #F423F0

Tints of Magenta #F423F0

RGB

 RED value IS 244 (95.7% from 255) = 47.01%

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

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

R = 47.01%
G = 6.74%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F423F0 (or 0xF423F0) is known color: Magenta. HEX triplet: F4, 23 and F0. RGB value is (244,35,240). Sum of RGB (Red+Green+Blue) = 244+35+240=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 35 (14.06% from 255 or 6.74% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F423F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F423F0 is #0BDC0F. Grayscale: #787878. Windows color (decimal): -777232 or 15737844. OLE color: 15737844.

HSL color Cylindrical-coordinate representation of color #F423F0: hue angle of 301.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423F0 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 35 240 -
CMYK 0 0.86 0.02 0.04
HSL 301.15º 0.9% 0.55% -
HSV(B) 301.15º 0.86% 0.96% -
XYZ 53.64 26.73 84.77 -
YUV 120.86 195.24 215.83 -
System Red Green Blue C M Y K H S L
Decimal 244 35 240 0 0.86 0.02 0.04 301.15 0.9 0.55
Hex F4 23 F0 0 56 2 4 12D 5A 37
Octal 364 43 360 0 126 2 4 455 132 67
Binary 11110100 100011 11110000 0 1010110 10 100 100101101 1011010 110111

Color Harmonies of #F423F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F423F0

Black with #F423F0

Text Example


Text Example

White with #F423F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F423F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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