Html Css Color HEX #F432FD Magenta

📋 copy color: '#F432FD'

red 244 ◦ green 50 ◦ blue 253

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

Shades of Magenta #F432FD

Tints of Magenta #F432FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.14%

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

R = 44.61%
G = 9.14%
B = 46.25%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F432FD (or 0xF432FD) is known color: Magenta. HEX triplet: F4, 32 and FD. RGB value is (244,50,253). Sum of RGB (Red+Green+Blue) = 244+50+253=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 50 (19.92% from 255 or 9.14% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #F432FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F432FD is #0BCD02. Grayscale: #828282. Windows color (decimal): -773379 or 16593652. OLE color: 16593652.

HSL color Cylindrical-coordinate representation of color #F432FD: hue angle of 297.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432FD is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 244 50 253 -
CMYK 0.04 0.80 0 0.01
HSL 297.34º 0.98% 0.59% -
HSV(B) 297.34º 0.8% 0.99% -
XYZ 56.18 28.61 95.49 -
YUV 131.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 244 50 253 0.04 0.80 0 0.01 297.34 0.98 0.59
Hex F4 32 FD 4 50 0 1 129 62 3B
Octal 364 62 375 4 120 0 1 451 142 73
Binary 11110100 110010 11111101 100 1010000 0 1 100101001 1100010 111011

Color Harmonies of #F432FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F432FD

Black with #F432FD

Text Example


Text Example

White with #F432FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F432FD; }

 p { color: rgb(244,50,253); }

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

background-color css

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

 a { background-color: rgb(244,50,253); }

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

border-color css

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

 span { border-color: rgb(244,50,253); }

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