Html Css Color HEX #F130FB Magenta

📋 copy color: '#F130FB'

red 241 ◦ green 48 ◦ blue 251

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

Shades of Magenta #F130FB

Tints of Magenta #F130FB

RGB

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

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

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

R = 44.63%
G = 8.89%
B = 46.48%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F130FB (or 0xF130FB) is known color: Magenta. HEX triplet: F1, 30 and FB. RGB value is (241,48,251). Sum of RGB (Red+Green+Blue) = 241+48+251=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 48 (19.14% from 255 or 8.89% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #F130FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FB is #0ECF04. Grayscale: #808080. Windows color (decimal): -970501 or 16462065. OLE color: 16462065.

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

Color convert

RGB 241 48 251 -
CMYK 0.04 0.81 0 0.02
HSL 297.04º 0.96% 0.59% -
HSV(B) 297.04º 0.81% 0.98% -
XYZ 54.75 27.78 93.74 -
YUV 128.85 196.94 207.99 -
System Red Green Blue C M Y K H S L
Decimal 241 48 251 0.04 0.81 0 0.02 297.04 0.96 0.59
Hex F1 30 FB 4 51 0 2 129 60 3B
Octal 361 60 373 4 121 0 2 451 140 73
Binary 11110001 110000 11111011 100 1010001 0 10 100101001 1100000 111011

Color Harmonies of #F130FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130FB

Black with #F130FB

Text Example


Text Example

White with #F130FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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