Html Css Color HEX #F113FB Magenta

📋 copy color: '#F113FB'

red 241 ◦ green 19 ◦ blue 251

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

Shades of Magenta #F113FB

Tints of Magenta #F113FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 47.16%
G = 3.72%
B = 49.12%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F113FB (or 0xF113FB) is known color: Magenta. HEX triplet: F1, 13 and FB. RGB value is (241,19,251). Sum of RGB (Red+Green+Blue) = 241+19+251=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #F113FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113FB is #0EEC04. Grayscale: #6F6F6F. Windows color (decimal): -977925 or 16454641. OLE color: 16454641.

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

Color convert

RGB 241 19 251 -
CMYK 0.04 0.92 0 0.02
HSL 297.41º 0.97% 0.53% -
HSV(B) 297.41º 0.92% 0.98% -
XYZ 53.92 26.13 93.47 -
YUV 111.83 206.55 220.14 -
System Red Green Blue C M Y K H S L
Decimal 241 19 251 0.04 0.92 0 0.02 297.41 0.97 0.53
Hex F1 13 FB 4 5C 0 2 129 61 35
Octal 361 23 373 4 134 0 2 451 141 65
Binary 11110001 10011 11111011 100 1011100 0 10 100101001 1100001 110101

Color Harmonies of #F113FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113FB

Black with #F113FB

Text Example


Text Example

White with #F113FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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