Html Css Color HEX #F40CF5 Magenta

📋 copy color: '#F40CF5'

red 244 ◦ green 12 ◦ blue 245

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

Shades of Magenta #F40CF5

Tints of Magenta #F40CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.9%

R = 48.7%
G = 2.4%
B = 48.9%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F40CF5 (or 0xF40CF5) is known color: Magenta. HEX triplet: F4, 0C and F5. RGB value is (244,12,245). Sum of RGB (Red+Green+Blue) = 244+12+245=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #F40CF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CF5 is #0BF30A. Grayscale: #6B6B6B. Windows color (decimal): -783115 or 16059636. OLE color: 16059636.

HSL color Cylindrical-coordinate representation of color #F40CF5: hue angle of 299.74º degrees, saturation: 0.92, 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 #F40CF5 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 12 245 -
CMYK 0.00 0.95 0 0.04
HSL 299.74º 0.92% 0.5% -
HSV(B) 299.74º 0.95% 0.96% -
XYZ 53.92 26.09 88.58 -
YUV 107.93 205.36 225.05 -
System Red Green Blue C M Y K H S L
Decimal 244 12 245 0.00 0.95 0 0.04 299.74 0.92 0.5
Hex F4 C F5 0 5F 0 4 12C 5C 32
Octal 364 14 365 0 137 0 4 454 134 62
Binary 11110100 1100 11110101 0 1011111 0 100 100101100 1011100 110010

Color Harmonies of #F40CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CF5

Black with #F40CF5

Text Example


Text Example

White with #F40CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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