Html Css Color HEX #F129FD Magenta

📋 copy color: '#F129FD'

red 241 ◦ green 41 ◦ blue 253

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

Shades of Magenta #F129FD

Tints of Magenta #F129FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.66%

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

R = 45.05%
G = 7.66%
B = 47.29%

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

#F129FD (or 0xF129FD) is known color: Magenta. HEX triplet: F1, 29 and FD. RGB value is (241,41,253). Sum of RGB (Red+Green+Blue) = 241+41+253=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 41 (16.41% from 255 or 7.66% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #F129FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129FD is #0ED602. Grayscale: #7C7C7C. Windows color (decimal): -972291 or 16591345. OLE color: 16591345.

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

Color convert

RGB 241 41 253 -
CMYK 0.05 0.84 0 0.01
HSL 296.6º 0.98% 0.58% -
HSV(B) 296.6º 0.84% 0.99% -
XYZ 54.8 27.38 95.32 -
YUV 124.97 200.26 210.76 -
System Red Green Blue C M Y K H S L
Decimal 241 41 253 0.05 0.84 0 0.01 296.6 0.98 0.58
Hex F1 29 FD 5 54 0 1 129 62 3A
Octal 361 51 375 5 124 0 1 451 142 72
Binary 11110001 101001 11111101 101 1010100 0 1 100101001 1100010 111010

Color Harmonies of #F129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129FD

Black with #F129FD

Text Example


Text Example

White with #F129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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