Html Css Color HEX #F416ED Magenta

📋 copy color: '#F416ED'

red 244 ◦ green 22 ◦ blue 237

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

Shades of Magenta #F416ED

Tints of Magenta #F416ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.37%

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

R = 48.51%
G = 4.37%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F416ED (or 0xF416ED) is known color: Magenta. HEX triplet: F4, 16 and ED. RGB value is (244,22,237). Sum of RGB (Red+Green+Blue) = 244+22+237=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F416ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F416ED is #0BE912. Grayscale: #707070. Windows color (decimal): -780563 or 15537908. OLE color: 15537908.

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

Color convert

RGB 244 22 237 -
CMYK 0 0.91 0.03 0.04
HSL 301.89º 0.91% 0.52% -
HSV(B) 301.89º 0.91% 0.96% -
XYZ 52.88 25.92 82.34 -
YUV 112.89 198.05 221.52 -
System Red Green Blue C M Y K H S L
Decimal 244 22 237 0 0.91 0.03 0.04 301.89 0.91 0.52
Hex F4 16 ED 0 5B 3 4 12E 5B 34
Octal 364 26 355 0 133 3 4 456 133 64
Binary 11110100 10110 11101101 0 1011011 11 100 100101110 1011011 110100

Color Harmonies of #F416ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F416ED

Black with #F416ED

Text Example


Text Example

White with #F416ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F416ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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