Html Css Color HEX #F128FE Magenta

📋 copy color: '#F128FE'

red 241 ◦ green 40 ◦ blue 254

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

Shades of Magenta #F128FE

Tints of Magenta #F128FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.48%

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

R = 45.05%
G = 7.48%
B = 47.48%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F128FE (or 0xF128FE) is known color: Magenta. HEX triplet: F1, 28 and FE. RGB value is (241,40,254). Sum of RGB (Red+Green+Blue) = 241+40+254=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 40 (16.02% from 255 or 7.48% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #F128FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128FE is #0ED701. Grayscale: #7B7B7B. Windows color (decimal): -972546 or 16656625. OLE color: 16656625.

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

Color convert

RGB 241 40 254 -
CMYK 0.05 0.84 0 0.00
HSL 296.36º 0.99% 0.58% -
HSV(B) 296.36º 0.84% 1% -
XYZ 54.92 27.37 96.15 -
YUV 124.5 201.09 211.1 -
System Red Green Blue C M Y K H S L
Decimal 241 40 254 0.05 0.84 0 0.00 296.36 0.99 0.58
Hex F1 28 FE 5 54 0 0 128 63 3A
Octal 361 50 376 5 124 0 0 450 143 72
Binary 11110001 101000 11111110 101 1010100 0 0 100101000 1100011 111010

Color Harmonies of #F128FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128FE

Black with #F128FE

Text Example


Text Example

White with #F128FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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