Html Css Color HEX #F40CE2 Hot Magenta

📋 copy color: '#F40CE2'

red 244 ◦ green 12 ◦ blue 226

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

Shades of Hot Magenta #F40CE2

Tints of Hot Magenta #F40CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.89%

R = 50.62%
G = 2.49%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F40CE2 (or 0xF40CE2) is known color: Hot Magenta. HEX triplet: F4, 0C and E2. RGB value is (244,12,226). Sum of RGB (Red+Green+Blue) = 244+12+226=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F40CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40CE2 is #0BF31D. Grayscale: #696969. Windows color (decimal): -783134 or 14814452. OLE color: 14814452.

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

Color convert

RGB 244 12 226 -
CMYK 0 0.95 0.07 0.04
HSL 304.66º 0.91% 0.5% -
HSV(B) 304.66º 0.95% 0.96% -
XYZ 51.17 24.99 74.08 -
YUV 105.76 195.86 226.6 -
System Red Green Blue C M Y K H S L
Decimal 244 12 226 0 0.95 0.07 0.04 304.66 0.91 0.5
Hex F4 C E2 0 5F 7 4 131 5B 32
Octal 364 14 342 0 137 7 4 461 133 62
Binary 11110100 1100 11100010 0 1011111 111 100 100110001 1011011 110010

Color Harmonies of #F40CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40CE2

Black with #F40CE2

Text Example


Text Example

White with #F40CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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