Html Css Color HEX #F486DC Pale Magenta

📋 copy color: '#F486DC'

red 244 ◦ green 134 ◦ blue 220

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

Shades of Pale Magenta #F486DC

Tints of Pale Magenta #F486DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 40.8%
G = 22.41%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F486DC (or 0xF486DC) is known color: Pale Magenta. HEX triplet: F4, 86 and DC. RGB value is (244,134,220). Sum of RGB (Red+Green+Blue) = 244+134+220=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 134 (52.73% from 255 or 22.41% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F486DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486DC is #0B7923. Grayscale: #B0B0B0. Windows color (decimal): -751908 or 14452468. OLE color: 14452468.

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

Color convert

RGB 244 134 220 -
CMYK 0 0.45 0.10 0.04
HSL 313.09º 0.83% 0.74% -
HSV(B) 313.09º 0.45% 0.96% -
XYZ 58.75 41.45 72.61 -
YUV 176.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 244 134 220 0 0.45 0.10 0.04 313.09 0.83 0.74
Hex F4 86 DC 0 2D A 4 139 53 4A
Octal 364 206 334 0 55 12 4 471 123 112
Binary 11110100 10000110 11011100 0 101101 1010 100 100111001 1010011 1001010

Color Harmonies of #F486DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486DC

Black with #F486DC

Text Example


Text Example

White with #F486DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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