Html Css Color HEX #F419EE Magenta

📋 copy color: '#F419EE'

red 244 ◦ green 25 ◦ blue 238

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

Shades of Magenta #F419EE

Tints of Magenta #F419EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.93%

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

R = 48.13%
G = 4.93%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F419EE (or 0xF419EE) is known color: Magenta. HEX triplet: F4, 19 and EE. RGB value is (244,25,238). Sum of RGB (Red+Green+Blue) = 244+25+238=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F419EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F419EE is #0BE611. Grayscale: #727272. Windows color (decimal): -779794 or 15604212. OLE color: 15604212.

HSL color Cylindrical-coordinate representation of color #F419EE: hue angle of 301.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F419EE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 238 -
CMYK 0 0.90 0.02 0.04
HSL 301.64º 0.91% 0.53% -
HSV(B) 301.64º 0.9% 0.96% -
XYZ 53.09 26.1 83.13 -
YUV 114.76 197.55 220.18 -
System Red Green Blue C M Y K H S L
Decimal 244 25 238 0 0.90 0.02 0.04 301.64 0.91 0.53
Hex F4 19 EE 0 5A 2 4 12E 5B 35
Octal 364 31 356 0 132 2 4 456 133 65
Binary 11110100 11001 11101110 0 1011010 10 100 100101110 1011011 110101

Color Harmonies of #F419EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F419EE

Black with #F419EE

Text Example


Text Example

White with #F419EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F419EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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