Html Css Color HEX #F130F9 Magenta

📋 copy color: '#F130F9'

red 241 ◦ green 48 ◦ blue 249

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

Shades of Magenta #F130F9

Tints of Magenta #F130F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.28%

R = 44.8%
G = 8.92%
B = 46.28%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F130F9 (or 0xF130F9) is known color: Magenta. HEX triplet: F1, 30 and F9. RGB value is (241,48,249). Sum of RGB (Red+Green+Blue) = 241+48+249=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 48 (19.14% from 255 or 8.92% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #F130F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130F9 is #0ECF06. Grayscale: #808080. Windows color (decimal): -970503 or 16330993. OLE color: 16330993.

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

Color convert

RGB 241 48 249 -
CMYK 0.03 0.81 0 0.02
HSL 297.61º 0.94% 0.58% -
HSV(B) 297.61º 0.81% 0.98% -
XYZ 54.43 27.65 92.09 -
YUV 128.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 241 48 249 0.03 0.81 0 0.02 297.61 0.94 0.58
Hex F1 30 F9 3 51 0 2 12A 5E 3A
Octal 361 60 371 3 121 0 2 452 136 72
Binary 11110001 110000 11111001 11 1010001 0 10 100101010 1011110 111010

Color Harmonies of #F130F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130F9

Black with #F130F9

Text Example


Text Example

White with #F130F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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