Html Css Color HEX #F128FF Magenta

📋 copy color: '#F128FF'

red 241 ◦ green 40 ◦ blue 255

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

Shades of Magenta #F128FF

Tints of Magenta #F128FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.57%

R = 44.96%
G = 7.46%
B = 47.57%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F128FF (or 0xF128FF) is known color: Magenta. HEX triplet: F1, 28 and FF. RGB value is (241,40,255). Sum of RGB (Red+Green+Blue) = 241+40+255=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #F128FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128FF is #0ED700. Grayscale: #7B7B7B. Windows color (decimal): -972545 or 16722161. OLE color: 16722161.

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

Color convert

RGB 241 40 255 -
CMYK 0.05 0.84 0 0
HSL 296.09º 1% 0.58% -
HSV(B) 296.09º 0.84% 1% -
XYZ 55.08 27.44 97 -
YUV 124.61 201.59 211.02 -
System Red Green Blue C M Y K H S L
Decimal 241 40 255 0.05 0.84 0 0 296.09 1 0.58
Hex F1 28 FF 5 54 0 0 128 64 3A
Octal 361 50 377 5 124 0 0 450 144 72
Binary 11110001 101000 11111111 101 1010100 0 0 100101000 1100100 111010

Color Harmonies of #F128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128FF

Black with #F128FF

Text Example


Text Example

White with #F128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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