Html Css Color HEX #F130F8 Magenta

📋 copy color: '#F130F8'

red 241 ◦ green 48 ◦ blue 248

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

Shades of Magenta #F130F8

Tints of Magenta #F130F8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.94%

 BLUE value IS 248 (97.27% from 255) = 46.18%

R = 44.88%
G = 8.94%
B = 46.18%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F130F8 (or 0xF130F8) is known color: Magenta. HEX triplet: F1, 30 and F8. RGB value is (241,48,248). Sum of RGB (Red+Green+Blue) = 241+48+248=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #F130F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130F8 is #0ECF07. Grayscale: #7F7F7F. Windows color (decimal): -970504 or 16265457. OLE color: 16265457.

HSL color Cylindrical-coordinate representation of color #F130F8: hue angle of 297.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F130F8 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 48 248 -
CMYK 0.03 0.81 0 0.03
HSL 297.9º 0.93% 0.58% -
HSV(B) 297.9º 0.81% 0.97% -
XYZ 54.28 27.59 91.27 -
YUV 128.51 195.44 208.24 -
System Red Green Blue C M Y K H S L
Decimal 241 48 248 0.03 0.81 0 0.03 297.9 0.93 0.58
Hex F1 30 F8 3 51 0 3 12A 5D 3A
Octal 361 60 370 3 121 0 3 452 135 72
Binary 11110001 110000 11111000 11 1010001 0 11 100101010 1011101 111010

Color Harmonies of #F130F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130F8

Black with #F130F8

Text Example


Text Example

White with #F130F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130F8; }

 p { color: rgb(241,48,248); }

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

background-color css

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

 a { background-color: rgb(241,48,248); }

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

border-color css

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

 span { border-color: rgb(241,48,248); }

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