Html Css Color HEX #F103F8 Magenta

📋 copy color: '#F103F8'

red 241 ◦ green 3 ◦ blue 248

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

Shades of Magenta #F103F8

Tints of Magenta #F103F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 48.98%
G = 0.61%
B = 50.41%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F103F8 (or 0xF103F8) is known color: Magenta. HEX triplet: F1, 03 and F8. RGB value is (241,3,248). Sum of RGB (Red+Green+Blue) = 241+3+248=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #F103F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103F8 is #0EFC07. Grayscale: #656565. Windows color (decimal): -982024 or 16253937. OLE color: 16253937.

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

Color convert

RGB 241 3 248 -
CMYK 0.03 0.99 0 0.03
HSL 298.29º 0.98% 0.49% -
HSV(B) 298.29º 0.99% 0.97% -
XYZ 53.25 25.54 90.93 -
YUV 102.09 210.35 227.08 -
System Red Green Blue C M Y K H S L
Decimal 241 3 248 0.03 0.99 0 0.03 298.29 0.98 0.49
Hex F1 3 F8 3 63 0 3 12A 62 31
Octal 361 3 370 3 143 0 3 452 142 61
Binary 11110001 11 11111000 11 1100011 0 11 100101010 1100010 110001

Color Harmonies of #F103F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103F8

Black with #F103F8

Text Example


Text Example

White with #F103F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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