Html Css Color HEX #F129FA Magenta

📋 copy color: '#F129FA'

red 241 ◦ green 41 ◦ blue 250

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

Shades of Magenta #F129FA

Tints of Magenta #F129FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 45.3%
G = 7.71%
B = 46.99%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F129FA (or 0xF129FA) is known color: Magenta. HEX triplet: F1, 29 and FA. RGB value is (241,41,250). Sum of RGB (Red+Green+Blue) = 241+41+250=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 41 (16.41% from 255 or 7.71% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #F129FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F129FA is #0ED605. Grayscale: #7B7B7B. Windows color (decimal): -972294 or 16394737. OLE color: 16394737.

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

Color convert

RGB 241 41 250 -
CMYK 0.04 0.84 0 0.02
HSL 297.42º 0.95% 0.57% -
HSV(B) 297.42º 0.84% 0.98% -
XYZ 54.32 27.19 92.83 -
YUV 124.63 198.76 211.01 -
System Red Green Blue C M Y K H S L
Decimal 241 41 250 0.04 0.84 0 0.02 297.42 0.95 0.57
Hex F1 29 FA 4 54 0 2 129 5F 39
Octal 361 51 372 4 124 0 2 451 137 71
Binary 11110001 101001 11111010 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #F129FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129FA

Black with #F129FA

Text Example


Text Example

White with #F129FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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