Html Css Color HEX #F108FA Magenta

📋 copy color: '#F108FA'

red 241 ◦ green 8 ◦ blue 250

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

Shades of Magenta #F108FA

Tints of Magenta #F108FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.6%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 48.3%
G = 1.6%
B = 50.1%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F108FA (or 0xF108FA) is known color: Magenta. HEX triplet: F1, 08 and FA. RGB value is (241,8,250). Sum of RGB (Red+Green+Blue) = 241+8+250=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #F108FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F108FA is #0EF705. Grayscale: #686868. Windows color (decimal): -980742 or 16386289. OLE color: 16386289.

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

Color convert

RGB 241 8 250 -
CMYK 0.04 0.97 0 0.02
HSL 297.77º 0.96% 0.51% -
HSV(B) 297.77º 0.97% 0.98% -
XYZ 53.62 25.78 92.59 -
YUV 105.26 209.69 224.82 -
System Red Green Blue C M Y K H S L
Decimal 241 8 250 0.04 0.97 0 0.02 297.77 0.96 0.51
Hex F1 8 FA 4 61 0 2 12A 60 33
Octal 361 10 372 4 141 0 2 452 140 63
Binary 11110001 1000 11111010 100 1100001 0 10 100101010 1100000 110011

Color Harmonies of #F108FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F108FA

Black with #F108FA

Text Example


Text Example

White with #F108FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F108FA; }

 p { color: rgb(241,8,250); }

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

background-color css

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

 a { background-color: rgb(241,8,250); }

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

border-color css

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

 span { border-color: rgb(241,8,250); }

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