Html Css Color HEX #F41CE7 Magenta

📋 copy color: '#F41CE7'

red 244 ◦ green 28 ◦ blue 231

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

Shades of Magenta #F41CE7

Tints of Magenta #F41CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 48.51%
G = 5.57%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F41CE7 (or 0xF41CE7) is known color: Magenta. HEX triplet: F4, 1C and E7. RGB value is (244,28,231). Sum of RGB (Red+Green+Blue) = 244+28+231=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 28 (11.33% from 255 or 5.57% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41CE7 is #0BE318. Grayscale: #737373. Windows color (decimal): -779033 or 15146228. OLE color: 15146228.

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

Color convert

RGB 244 28 231 -
CMYK 0 0.89 0.05 0.04
HSL 303.61º 0.91% 0.53% -
HSV(B) 303.61º 0.89% 0.96% -
XYZ 52.15 25.83 77.84 -
YUV 115.73 193.06 219.49 -
System Red Green Blue C M Y K H S L
Decimal 244 28 231 0 0.89 0.05 0.04 303.61 0.91 0.53
Hex F4 1C E7 0 59 5 4 130 5B 35
Octal 364 34 347 0 131 5 4 460 133 65
Binary 11110100 11100 11100111 0 1011001 101 100 100110000 1011011 110101

Color Harmonies of #F41CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CE7

Black with #F41CE7

Text Example


Text Example

White with #F41CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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