Html Css Color HEX #F40DEE Magenta

📋 copy color: '#F40DEE'

red 244 ◦ green 13 ◦ blue 238

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

Shades of Magenta #F40DEE

Tints of Magenta #F40DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 49.29%
G = 2.63%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F40DEE (or 0xF40DEE) is known color: Magenta. HEX triplet: F4, 0D and EE. RGB value is (244,13,238). Sum of RGB (Red+Green+Blue) = 244+13+238=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F40DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40DEE is #0BF211. Grayscale: #6B6B6B. Windows color (decimal): -782866 or 15601140. OLE color: 15601140.

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

Color convert

RGB 244 13 238 -
CMYK 0 0.95 0.02 0.04
HSL 301.56º 0.91% 0.5% -
HSV(B) 301.56º 0.95% 0.96% -
XYZ 52.88 25.69 83.06 -
YUV 107.72 201.53 225.2 -
System Red Green Blue C M Y K H S L
Decimal 244 13 238 0 0.95 0.02 0.04 301.56 0.91 0.5
Hex F4 D EE 0 5F 2 4 12E 5B 32
Octal 364 15 356 0 137 2 4 456 133 62
Binary 11110100 1101 11101110 0 1011111 10 100 100101110 1011011 110010

Color Harmonies of #F40DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40DEE

Black with #F40DEE

Text Example


Text Example

White with #F40DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40DEE; }

 p { color: rgb(244,13,238); }

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

background-color css

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

 a { background-color: rgb(244,13,238); }

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

border-color css

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

 span { border-color: rgb(244,13,238); }

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