Html Css Color HEX #F40EFF Magenta

📋 copy color: '#F40EFF'

red 244 ◦ green 14 ◦ blue 255

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

Shades of Magenta #F40EFF

Tints of Magenta #F40EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.73%

 BLUE value IS 255 (100% from 255) = 49.71%

R = 47.56%
G = 2.73%
B = 49.71%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F40EFF (or 0xF40EFF) is known color: Magenta. HEX triplet: F4, 0E and FF. RGB value is (244,14,255). Sum of RGB (Red+Green+Blue) = 244+14+255=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 14 (5.86% from 255 or 2.73% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F40EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40EFF is #0BF100. Grayscale: #6D6D6D. Windows color (decimal): -782593 or 16715508. OLE color: 16715508.

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

Color convert

RGB 244 14 255 -
CMYK 0.04 0.95 0 0
HSL 297.26º 1% 0.53% -
HSV(B) 297.26º 0.95% 1% -
XYZ 55.52 26.77 96.85 -
YUV 110.24 209.7 223.4 -
System Red Green Blue C M Y K H S L
Decimal 244 14 255 0.04 0.95 0 0 297.26 1 0.53
Hex F4 E FF 4 5F 0 0 129 64 35
Octal 364 16 377 4 137 0 0 451 144 65
Binary 11110100 1110 11111111 100 1011111 0 0 100101001 1100100 110101

Color Harmonies of #F40EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40EFF

Black with #F40EFF

Text Example


Text Example

White with #F40EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40EFF; }

 p { color: rgb(244,14,255); }

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

background-color css

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

 a { background-color: rgb(244,14,255); }

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

border-color css

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

 span { border-color: rgb(244,14,255); }

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