Html Css Color HEX #F113FD Magenta

📋 copy color: '#F113FD'

red 241 ◦ green 19 ◦ blue 253

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

Shades of Magenta #F113FD

Tints of Magenta #F113FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 46.98%
G = 3.7%
B = 49.32%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F113FD (or 0xF113FD) is known color: Magenta. HEX triplet: F1, 13 and FD. RGB value is (241,19,253). Sum of RGB (Red+Green+Blue) = 241+19+253=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 19 (7.81% from 255 or 3.70% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #F113FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113FD is #0EEC02. Grayscale: #6F6F6F. Windows color (decimal): -977923 or 16585713. OLE color: 16585713.

HSL color Cylindrical-coordinate representation of color #F113FD: hue angle of 296.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113FD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 19 253 -
CMYK 0.05 0.92 0 0.01
HSL 296.92º 0.98% 0.53% -
HSV(B) 296.92º 0.92% 0.99% -
XYZ 54.24 26.26 95.14 -
YUV 112.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 241 19 253 0.05 0.92 0 0.01 296.92 0.98 0.53
Hex F1 13 FD 5 5C 0 1 129 62 35
Octal 361 23 375 5 134 0 1 451 142 65
Binary 11110001 10011 11111101 101 1011100 0 1 100101001 1100010 110101

Color Harmonies of #F113FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113FD

Black with #F113FD

Text Example


Text Example

White with #F113FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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