Html Css Color HEX #F428FA Magenta

📋 copy color: '#F428FA'

red 244 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F428FA

Tints of Magenta #F428FA

RGB

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

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

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

R = 45.69%
G = 7.49%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F428FA (or 0xF428FA) is known color: Magenta. HEX triplet: F4, 28 and FA. RGB value is (244,40,250). Sum of RGB (Red+Green+Blue) = 244+40+250=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #F428FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428FA is #0BD705. Grayscale: #7C7C7C. Windows color (decimal): -775942 or 16394484. OLE color: 16394484.

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

Color convert

RGB 244 40 250 -
CMYK 0.02 0.84 0 0.02
HSL 298.29º 0.95% 0.57% -
HSV(B) 298.29º 0.84% 0.98% -
XYZ 55.32 27.65 92.86 -
YUV 124.94 198.59 212.92 -
System Red Green Blue C M Y K H S L
Decimal 244 40 250 0.02 0.84 0 0.02 298.29 0.95 0.57
Hex F4 28 FA 2 54 0 2 12A 5F 39
Octal 364 50 372 2 124 0 2 452 137 71
Binary 11110100 101000 11111010 10 1010100 0 10 100101010 1011111 111001

Color Harmonies of #F428FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428FA

Black with #F428FA

Text Example


Text Example

White with #F428FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428FA; }

 p { color: rgb(244,40,250); }

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

background-color css

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

 a { background-color: rgb(244,40,250); }

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

border-color css

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

 span { border-color: rgb(244,40,250); }

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