Html Css Color HEX #F103F5 Magenta

📋 copy color: '#F103F5'

red 241 ◦ green 3 ◦ blue 245

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

Shades of Magenta #F103F5

Tints of Magenta #F103F5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.61%

 BLUE value IS 245 (96.09% from 255) = 50.1%

R = 49.28%
G = 0.61%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F103F5 (or 0xF103F5) is known color: Magenta. HEX triplet: F1, 03 and F5. RGB value is (241,3,245). Sum of RGB (Red+Green+Blue) = 241+3+245=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #F103F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103F5 is #0EFC0A. Grayscale: #656565. Windows color (decimal): -982027 or 16057329. OLE color: 16057329.

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

Color convert

RGB 241 3 245 -
CMYK 0.02 0.99 0 0.04
HSL 299.01º 0.98% 0.49% -
HSV(B) 299.01º 0.99% 0.96% -
XYZ 52.79 25.36 88.5 -
YUV 101.75 208.85 227.32 -
System Red Green Blue C M Y K H S L
Decimal 241 3 245 0.02 0.99 0 0.04 299.01 0.98 0.49
Hex F1 3 F5 2 63 0 4 12B 62 31
Octal 361 3 365 2 143 0 4 453 142 61
Binary 11110001 11 11110101 10 1100011 0 100 100101011 1100010 110001

Color Harmonies of #F103F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103F5

Black with #F103F5

Text Example


Text Example

White with #F103F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103F5; }

 p { color: rgb(241,3,245); }

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

background-color css

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

 a { background-color: rgb(241,3,245); }

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

border-color css

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

 span { border-color: rgb(241,3,245); }

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