Html Css Color HEX #F42AF6 Magenta

📋 copy color: '#F42AF6'

red 244 ◦ green 42 ◦ blue 246

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

Shades of Magenta #F42AF6

Tints of Magenta #F42AF6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.89%

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 45.86%
G = 7.89%
B = 46.24%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F42AF6 (or 0xF42AF6) is known color: Magenta. HEX triplet: F4, 2A and F6. RGB value is (244,42,246). Sum of RGB (Red+Green+Blue) = 244+42+246=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 42 (16.80% from 255 or 7.89% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #F42AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AF6 is #0BD509. Grayscale: #7D7D7D. Windows color (decimal): -775434 or 16132852. OLE color: 16132852.

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

Color convert

RGB 244 42 246 -
CMYK 0.01 0.83 0 0.04
HSL 299.41º 0.92% 0.56% -
HSV(B) 299.41º 0.83% 0.96% -
XYZ 54.77 27.54 89.62 -
YUV 125.65 195.92 212.41 -
System Red Green Blue C M Y K H S L
Decimal 244 42 246 0.01 0.83 0 0.04 299.41 0.92 0.56
Hex F4 2A F6 1 53 0 4 12B 5C 38
Octal 364 52 366 1 123 0 4 453 134 70
Binary 11110100 101010 11110110 1 1010011 0 100 100101011 1011100 111000

Color Harmonies of #F42AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42AF6

Black with #F42AF6

Text Example


Text Example

White with #F42AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42AF6; }

 p { color: rgb(244,42,246); }

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

background-color css

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

 a { background-color: rgb(244,42,246); }

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

border-color css

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

 span { border-color: rgb(244,42,246); }

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