Html Css Color HEX #F40CF1 Magenta

📋 copy color: '#F40CF1'

red 244 ◦ green 12 ◦ blue 241

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

Shades of Magenta #F40CF1

Tints of Magenta #F40CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.41%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 49.09%
G = 2.41%
B = 48.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F40CF1 (or 0xF40CF1) is known color: Magenta. HEX triplet: F4, 0C and F1. RGB value is (244,12,241). Sum of RGB (Red+Green+Blue) = 244+12+241=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CF1 is #0BF30E. Grayscale: #6A6A6A. Windows color (decimal): -783119 or 15797492. OLE color: 15797492.

HSL color Cylindrical-coordinate representation of color #F40CF1: hue angle of 300.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40CF1 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 12 241 -
CMYK 0 0.95 0.01 0.04
HSL 300.78º 0.91% 0.5% -
HSV(B) 300.78º 0.95% 0.96% -
XYZ 53.32 25.85 85.4 -
YUV 107.47 203.36 225.38 -
System Red Green Blue C M Y K H S L
Decimal 244 12 241 0 0.95 0.01 0.04 300.78 0.91 0.5
Hex F4 C F1 0 5F 1 4 12D 5B 32
Octal 364 14 361 0 137 1 4 455 133 62
Binary 11110100 1100 11110001 0 1011111 1 100 100101101 1011011 110010

Color Harmonies of #F40CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CF1

Black with #F40CF1

Text Example


Text Example

White with #F40CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CF1; }

 p { color: rgb(244,12,241); }

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

background-color css

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

 a { background-color: rgb(244,12,241); }

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

border-color css

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

 span { border-color: rgb(244,12,241); }

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