Html Css Color HEX #F128FD Magenta

📋 copy color: '#F128FD'

red 241 ◦ green 40 ◦ blue 253

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

Shades of Magenta #F128FD

Tints of Magenta #F128FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.38%

R = 45.13%
G = 7.49%
B = 47.38%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F128FD (or 0xF128FD) is known color: Magenta. HEX triplet: F1, 28 and FD. RGB value is (241,40,253). Sum of RGB (Red+Green+Blue) = 241+40+253=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #F128FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128FD is #0ED702. Grayscale: #7B7B7B. Windows color (decimal): -972547 or 16591089. OLE color: 16591089.

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

Color convert

RGB 241 40 253 -
CMYK 0.05 0.84 0 0.01
HSL 296.62º 0.98% 0.57% -
HSV(B) 296.62º 0.84% 0.99% -
XYZ 54.76 27.31 95.31 -
YUV 124.38 200.59 211.18 -
System Red Green Blue C M Y K H S L
Decimal 241 40 253 0.05 0.84 0 0.01 296.62 0.98 0.57
Hex F1 28 FD 5 54 0 1 129 62 39
Octal 361 50 375 5 124 0 1 451 142 71
Binary 11110001 101000 11111101 101 1010100 0 1 100101001 1100010 111001

Color Harmonies of #F128FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128FD

Black with #F128FD

Text Example


Text Example

White with #F128FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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