Html Css Color HEX #F40CED Magenta

📋 copy color: '#F40CED'

red 244 ◦ green 12 ◦ blue 237

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

Shades of Magenta #F40CED

Tints of Magenta #F40CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 49.49%
G = 2.43%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F40CED (or 0xF40CED) is known color: Magenta. HEX triplet: F4, 0C and ED. RGB value is (244,12,237). Sum of RGB (Red+Green+Blue) = 244+12+237=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CED is #0BF312. Grayscale: #6A6A6A. Windows color (decimal): -783123 or 15535348. OLE color: 15535348.

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

Color convert

RGB 244 12 237 -
CMYK 0 0.95 0.03 0.04
HSL 301.81º 0.91% 0.5% -
HSV(B) 301.81º 0.95% 0.96% -
XYZ 52.73 25.61 82.29 -
YUV 107.02 201.36 225.7 -
System Red Green Blue C M Y K H S L
Decimal 244 12 237 0 0.95 0.03 0.04 301.81 0.91 0.5
Hex F4 C ED 0 5F 3 4 12E 5B 32
Octal 364 14 355 0 137 3 4 456 133 62
Binary 11110100 1100 11101101 0 1011111 11 100 100101110 1011011 110010

Color Harmonies of #F40CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CED

Black with #F40CED

Text Example


Text Example

White with #F40CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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