Html Css Color HEX #F429FE Magenta

📋 copy color: '#F429FE'

red 244 ◦ green 41 ◦ blue 254

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

Shades of Magenta #F429FE

Tints of Magenta #F429FE

RGB

 RED value IS 244 (95.7% from 255) = 45.27%

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

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

R = 45.27%
G = 7.61%
B = 47.12%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F429FE (or 0xF429FE) is known color: Magenta. HEX triplet: F4, 29 and FE. RGB value is (244,41,254). Sum of RGB (Red+Green+Blue) = 244+41+254=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 41 (16.41% from 255 or 7.61% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #F429FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F429FE is #0BD601. Grayscale: #7D7D7D. Windows color (decimal): -775682 or 16656884. OLE color: 16656884.

HSL color Cylindrical-coordinate representation of color #F429FE: hue angle of 297.18º 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 #F429FE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 41 254 -
CMYK 0.04 0.84 0 0.00
HSL 297.18º 0.99% 0.58% -
HSV(B) 297.18º 0.84% 1% -
XYZ 55.99 27.97 96.21 -
YUV 125.98 200.25 212.18 -
System Red Green Blue C M Y K H S L
Decimal 244 41 254 0.04 0.84 0 0.00 297.18 0.99 0.58
Hex F4 29 FE 4 54 0 0 129 63 3A
Octal 364 51 376 4 124 0 0 451 143 72
Binary 11110100 101001 11111110 100 1010100 0 0 100101001 1100011 111010

Color Harmonies of #F429FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F429FE

Black with #F429FE

Text Example


Text Example

White with #F429FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F429FE; }

 p { color: rgb(244,41,254); }

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

background-color css

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

 a { background-color: rgb(244,41,254); }

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

border-color css

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

 span { border-color: rgb(244,41,254); }

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