Html Css Color HEX #F486E2 Pale Magenta

📋 copy color: '#F486E2'

red 244 ◦ green 134 ◦ blue 226

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

Shades of Pale Magenta #F486E2

Tints of Pale Magenta #F486E2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.19%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 40.4%
G = 22.19%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F486E2 (or 0xF486E2) is known color: Pale Magenta. HEX triplet: F4, 86 and E2. RGB value is (244,134,226). Sum of RGB (Red+Green+Blue) = 244+134+226=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F486E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486E2 is #0B791D. Grayscale: #B1B1B1. Windows color (decimal): -751902 or 14845684. OLE color: 14845684.

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

Color convert

RGB 244 134 226 -
CMYK 0 0.45 0.07 0.04
HSL 309.82º 0.83% 0.74% -
HSV(B) 309.82º 0.45% 0.96% -
XYZ 59.56 41.77 76.88 -
YUV 177.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 244 134 226 0 0.45 0.07 0.04 309.82 0.83 0.74
Hex F4 86 E2 0 2D 7 4 136 53 4A
Octal 364 206 342 0 55 7 4 466 123 112
Binary 11110100 10000110 11100010 0 101101 111 100 100110110 1010011 1001010

Color Harmonies of #F486E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486E2

Black with #F486E2

Text Example


Text Example

White with #F486E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486E2; }

 p { color: rgb(244,134,226); }

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

background-color css

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

 a { background-color: rgb(244,134,226); }

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

border-color css

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

 span { border-color: rgb(244,134,226); }

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