Html Css Color HEX #F130F7 Magenta

📋 copy color: '#F130F7'

red 241 ◦ green 48 ◦ blue 247

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

Shades of Magenta #F130F7

Tints of Magenta #F130F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.08%

R = 44.96%
G = 8.96%
B = 46.08%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F130F7 (or 0xF130F7) is known color: Magenta. HEX triplet: F1, 30 and F7. RGB value is (241,48,247). Sum of RGB (Red+Green+Blue) = 241+48+247=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 48 (19.14% from 255 or 8.96% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #F130F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130F7 is #0ECF08. Grayscale: #7F7F7F. Windows color (decimal): -970505 or 16199921. OLE color: 16199921.

HSL color Cylindrical-coordinate representation of color #F130F7: hue angle of 298.19º 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 #F130F7 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 48 247 -
CMYK 0.02 0.81 0 0.03
HSL 298.19º 0.93% 0.58% -
HSV(B) 298.19º 0.81% 0.97% -
XYZ 54.12 27.53 90.46 -
YUV 128.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 241 48 247 0.02 0.81 0 0.03 298.19 0.93 0.58
Hex F1 30 F7 2 51 0 3 12A 5D 3A
Octal 361 60 367 2 121 0 3 452 135 72
Binary 11110001 110000 11110111 10 1010001 0 11 100101010 1011101 111010

Color Harmonies of #F130F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130F7

Black with #F130F7

Text Example


Text Example

White with #F130F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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