Html Css Color HEX #F113F4 Magenta

📋 copy color: '#F113F4'

red 241 ◦ green 19 ◦ blue 244

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

Shades of Magenta #F113F4

Tints of Magenta #F113F4

RGB

 RED value IS 241 (94.53% from 255) = 47.82%

 GREEN value IS 19 (7.81% from 255) = 3.77%

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 47.82%
G = 3.77%
B = 48.41%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F113F4 (or 0xF113F4) is known color: Magenta. HEX triplet: F1, 13 and F4. RGB value is (241,19,244). Sum of RGB (Red+Green+Blue) = 241+19+244=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #F113F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113F4 is #0EEC0B. Grayscale: #6E6E6E. Windows color (decimal): -977932 or 15995889. OLE color: 15995889.

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

Color convert

RGB 241 19 244 -
CMYK 0.01 0.92 0 0.04
HSL 299.2º 0.91% 0.52% -
HSV(B) 299.2º 0.92% 0.96% -
XYZ 52.84 25.7 87.76 -
YUV 111.03 203.05 220.7 -
System Red Green Blue C M Y K H S L
Decimal 241 19 244 0.01 0.92 0 0.04 299.2 0.91 0.52
Hex F1 13 F4 1 5C 0 4 12B 5B 34
Octal 361 23 364 1 134 0 4 453 133 64
Binary 11110001 10011 11110100 1 1011100 0 100 100101011 1011011 110100

Color Harmonies of #F113F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113F4

Black with #F113F4

Text Example


Text Example

White with #F113F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113F4; }

 p { color: rgb(241,19,244); }

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

background-color css

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

 a { background-color: rgb(241,19,244); }

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

border-color css

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

 span { border-color: rgb(241,19,244); }

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