Html Css Color HEX #F428FF Magenta

📋 copy color: '#F428FF'

red 244 ◦ green 40 ◦ blue 255

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

Shades of Magenta #F428FF

Tints of Magenta #F428FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 45.27%
G = 7.42%
B = 47.31%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F428FF (or 0xF428FF) is known color: Magenta. HEX triplet: F4, 28 and FF. RGB value is (244,40,255). Sum of RGB (Red+Green+Blue) = 244+40+255=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 40 (16.02% from 255 or 7.42% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F428FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428FF is #0BD700. Grayscale: #7C7C7C. Windows color (decimal): -775937 or 16722164. OLE color: 16722164.

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

Color convert

RGB 244 40 255 -
CMYK 0.04 0.84 0 0
HSL 296.93º 1% 0.58% -
HSV(B) 296.93º 0.84% 1% -
XYZ 56.12 27.97 97.05 -
YUV 125.51 201.09 212.52 -
System Red Green Blue C M Y K H S L
Decimal 244 40 255 0.04 0.84 0 0 296.93 1 0.58
Hex F4 28 FF 4 54 0 0 129 64 3A
Octal 364 50 377 4 124 0 0 451 144 72
Binary 11110100 101000 11111111 100 1010100 0 0 100101001 1100100 111010

Color Harmonies of #F428FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428FF

Black with #F428FF

Text Example


Text Example

White with #F428FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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