Html Css Color HEX #F109FE Magenta

📋 copy color: '#F109FE'

red 241 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F109FE

Tints of Magenta #F109FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.79%

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 47.82%
G = 1.79%
B = 50.4%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F109FE (or 0xF109FE) is known color: Magenta. HEX triplet: F1, 09 and FE. RGB value is (241,9,254). Sum of RGB (Red+Green+Blue) = 241+9+254=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F109FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F109FE is #0EF601. Grayscale: #696969. Windows color (decimal): -980482 or 16648689. OLE color: 16648689.

HSL color Cylindrical-coordinate representation of color #F109FE: hue angle of 296.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109FE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 9 254 -
CMYK 0.05 0.96 0 0.00
HSL 296.82º 0.99% 0.52% -
HSV(B) 296.82º 0.96% 1% -
XYZ 54.26 26.05 95.93 -
YUV 106.3 211.36 224.08 -
System Red Green Blue C M Y K H S L
Decimal 241 9 254 0.05 0.96 0 0.00 296.82 0.99 0.52
Hex F1 9 FE 5 60 0 0 129 63 34
Octal 361 11 376 5 140 0 0 451 143 64
Binary 11110001 1001 11111110 101 1100000 0 0 100101001 1100011 110100

Color Harmonies of #F109FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F109FE

Black with #F109FE

Text Example


Text Example

White with #F109FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F109FE; }

 p { color: rgb(241,9,254); }

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

background-color css

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

 a { background-color: rgb(241,9,254); }

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

border-color css

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

 span { border-color: rgb(241,9,254); }

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