Html Css Color HEX #F130FC Magenta

📋 copy color: '#F130FC'

red 241 ◦ green 48 ◦ blue 252

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

Shades of Magenta #F130FC

Tints of Magenta #F130FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 44.55%
G = 8.87%
B = 46.58%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F130FC (or 0xF130FC) is known color: Magenta. HEX triplet: F1, 30 and FC. RGB value is (241,48,252). Sum of RGB (Red+Green+Blue) = 241+48+252=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #F130FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FC is #0ECF03. Grayscale: #808080. Windows color (decimal): -970500 or 16527601. OLE color: 16527601.

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

Color convert

RGB 241 48 252 -
CMYK 0.04 0.81 0 0.01
HSL 296.76º 0.97% 0.59% -
HSV(B) 296.76º 0.81% 0.99% -
XYZ 54.9 27.84 94.58 -
YUV 128.96 197.44 207.91 -
System Red Green Blue C M Y K H S L
Decimal 241 48 252 0.04 0.81 0 0.01 296.76 0.97 0.59
Hex F1 30 FC 4 51 0 1 129 61 3B
Octal 361 60 374 4 121 0 1 451 141 73
Binary 11110001 110000 11111100 100 1010001 0 1 100101001 1100001 111011

Color Harmonies of #F130FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130FC

Black with #F130FC

Text Example


Text Example

White with #F130FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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