Html Css Color HEX #F130FF Magenta

📋 copy color: '#F130FF'

red 241 ◦ green 48 ◦ blue 255

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

Shades of Magenta #F130FF

Tints of Magenta #F130FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 44.3%
G = 8.82%
B = 46.88%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F130FF (or 0xF130FF) is known color: Magenta. HEX triplet: F1, 30 and FF. RGB value is (241,48,255). Sum of RGB (Red+Green+Blue) = 241+48+255=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 48 (19.14% from 255 or 8.82% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #F130FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FF is #0ECF00. Grayscale: #808080. Windows color (decimal): -970497 or 16724209. OLE color: 16724209.

HSL color Cylindrical-coordinate representation of color #F130FF: hue angle of 295.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F130FF is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 48 255 -
CMYK 0.05 0.81 0 0
HSL 295.94º 1% 0.59% -
HSV(B) 295.94º 0.81% 1% -
XYZ 55.38 28.03 97.1 -
YUV 129.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 241 48 255 0.05 0.81 0 0 295.94 1 0.59
Hex F1 30 FF 5 51 0 0 128 64 3B
Octal 361 60 377 5 121 0 0 450 144 73
Binary 11110001 110000 11111111 101 1010001 0 0 100101000 1100100 111011

Color Harmonies of #F130FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130FF

Black with #F130FF

Text Example


Text Example

White with #F130FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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