Html Css Color HEX #F428F3 Magenta

📋 copy color: '#F428F3'

red 244 ◦ green 40 ◦ blue 243

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

Shades of Magenta #F428F3

Tints of Magenta #F428F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 46.3%
G = 7.59%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#F428F3 (or 0xF428F3) is known color: Magenta. HEX triplet: F4, 28 and F3. RGB value is (244,40,243). Sum of RGB (Red+Green+Blue) = 244+40+243=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 40 (16.02% from 255 or 7.59% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F428F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428F3 is #0BD70C. Grayscale: #7B7B7B. Windows color (decimal): -775949 or 15935732. OLE color: 15935732.

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

Color convert

RGB 244 40 243 -
CMYK 0 0.84 0.00 0.04
HSL 300.29º 0.9% 0.56% -
HSV(B) 300.29º 0.84% 0.96% -
XYZ 54.24 27.22 87.19 -
YUV 124.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 244 40 243 0 0.84 0.00 0.04 300.29 0.9 0.56
Hex F4 28 F3 0 54 0 4 12C 5A 38
Octal 364 50 363 0 124 0 4 454 132 70
Binary 11110100 101000 11110011 0 1010100 0 100 100101100 1011010 111000

Color Harmonies of #F428F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428F3

Black with #F428F3

Text Example


Text Example

White with #F428F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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