Html Css Color HEX #F42AFF Magenta

📋 copy color: '#F42AFF'

red 244 ◦ green 42 ◦ blue 255

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

Shades of Magenta #F42AFF

Tints of Magenta #F42AFF

RGB

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

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

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

R = 45.1%
G = 7.76%
B = 47.13%

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

#F42AFF (or 0xF42AFF) is known color: Magenta. HEX triplet: F4, 2A and FF. RGB value is (244,42,255). Sum of RGB (Red+Green+Blue) = 244+42+255=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 42 (16.80% from 255 or 7.76% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F42AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F42AFF is #0BD500. Grayscale: #7E7E7E. Windows color (decimal): -775425 or 16722676. OLE color: 16722676.

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

Color convert

RGB 244 42 255 -
CMYK 0.04 0.84 0 0
HSL 296.9º 1% 0.58% -
HSV(B) 296.9º 0.84% 1% -
XYZ 56.19 28.11 97.07 -
YUV 126.68 200.42 211.68 -
System Red Green Blue C M Y K H S L
Decimal 244 42 255 0.04 0.84 0 0 296.9 1 0.58
Hex F4 2A FF 4 54 0 0 129 64 3A
Octal 364 52 377 4 124 0 0 451 144 72
Binary 11110100 101010 11111111 100 1010100 0 0 100101001 1100100 111010

Color Harmonies of #F42AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42AFF

Black with #F42AFF

Text Example


Text Example

White with #F42AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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