Html Css Color HEX #F486DA Pale Magenta

📋 copy color: '#F486DA'

red 244 ◦ green 134 ◦ blue 218

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

Shades of Pale Magenta #F486DA

Tints of Pale Magenta #F486DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 40.94%
G = 22.48%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F486DA (or 0xF486DA) is known color: Pale Magenta. HEX triplet: F4, 86 and DA. RGB value is (244,134,218). Sum of RGB (Red+Green+Blue) = 244+134+218=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F486DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486DA is #0B7925. Grayscale: #B0B0B0. Windows color (decimal): -751910 or 14321396. OLE color: 14321396.

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

Color convert

RGB 244 134 218 -
CMYK 0 0.45 0.11 0.04
HSL 314.18º 0.83% 0.74% -
HSV(B) 314.18º 0.45% 0.96% -
XYZ 58.49 41.35 71.23 -
YUV 176.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 244 134 218 0 0.45 0.11 0.04 314.18 0.83 0.74
Hex F4 86 DA 0 2D B 4 13A 53 4A
Octal 364 206 332 0 55 13 4 472 123 112
Binary 11110100 10000110 11011010 0 101101 1011 100 100111010 1010011 1001010

Color Harmonies of #F486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486DA

Black with #F486DA

Text Example


Text Example

White with #F486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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