Html Css Color HEX #F41CED Magenta

📋 copy color: '#F41CED'

red 244 ◦ green 28 ◦ blue 237

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

Shades of Magenta #F41CED

Tints of Magenta #F41CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.5%

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

R = 47.94%
G = 5.5%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F41CED (or 0xF41CED) is known color: Magenta. HEX triplet: F4, 1C and ED. RGB value is (244,28,237). Sum of RGB (Red+Green+Blue) = 244+28+237=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CED is #0BE312. Grayscale: #737373. Windows color (decimal): -779027 or 15539444. OLE color: 15539444.

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

Color convert

RGB 244 28 237 -
CMYK 0 0.89 0.03 0.04
HSL 301.94º 0.91% 0.53% -
HSV(B) 301.94º 0.89% 0.96% -
XYZ 53.01 26.18 82.38 -
YUV 116.41 196.06 219.01 -
System Red Green Blue C M Y K H S L
Decimal 244 28 237 0 0.89 0.03 0.04 301.94 0.91 0.53
Hex F4 1C ED 0 59 3 4 12E 5B 35
Octal 364 34 355 0 131 3 4 456 133 65
Binary 11110100 11100 11101101 0 1011001 11 100 100101110 1011011 110101

Color Harmonies of #F41CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CED

Black with #F41CED

Text Example


Text Example

White with #F41CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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