Html Css Color HEX #F130FD Magenta

📋 copy color: '#F130FD'

red 241 ◦ green 48 ◦ blue 253

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

Shades of Magenta #F130FD

Tints of Magenta #F130FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 44.46%
G = 8.86%
B = 46.68%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F130FD (or 0xF130FD) is known color: Magenta. HEX triplet: F1, 30 and FD. RGB value is (241,48,253). Sum of RGB (Red+Green+Blue) = 241+48+253=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #F130FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FD is #0ECF02. Grayscale: #808080. Windows color (decimal): -970499 or 16593137. OLE color: 16593137.

HSL color Cylindrical-coordinate representation of color #F130FD: hue angle of 296.49º degrees, saturation: 0.98, 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 #F130FD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 48 253 -
CMYK 0.05 0.81 0 0.01
HSL 296.49º 0.98% 0.59% -
HSV(B) 296.49º 0.81% 0.99% -
XYZ 55.06 27.91 95.41 -
YUV 129.08 197.94 207.83 -
System Red Green Blue C M Y K H S L
Decimal 241 48 253 0.05 0.81 0 0.01 296.49 0.98 0.59
Hex F1 30 FD 5 51 0 1 128 62 3B
Octal 361 60 375 5 121 0 1 450 142 73
Binary 11110001 110000 11111101 101 1010001 0 1 100101000 1100010 111011

Color Harmonies of #F130FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F130FD

Black with #F130FD

Text Example


Text Example

White with #F130FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F130FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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