Html Css Color HEX #F486DF Pale Magenta

📋 copy color: '#F486DF'

red 244 ◦ green 134 ◦ blue 223

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

Shades of Pale Magenta #F486DF

Tints of Pale Magenta #F486DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 40.6%
G = 22.3%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F486DF (or 0xF486DF) is known color: Pale Magenta. HEX triplet: F4, 86 and DF. RGB value is (244,134,223). Sum of RGB (Red+Green+Blue) = 244+134+223=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F486DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486DF is #0B7920. Grayscale: #B0B0B0. Windows color (decimal): -751905 or 14649076. OLE color: 14649076.

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

Color convert

RGB 244 134 223 -
CMYK 0 0.45 0.09 0.04
HSL 311.45º 0.83% 0.74% -
HSV(B) 311.45º 0.45% 0.96% -
XYZ 59.15 41.61 74.73 -
YUV 177.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 244 134 223 0 0.45 0.09 0.04 311.45 0.83 0.74
Hex F4 86 DF 0 2D 9 4 137 53 4A
Octal 364 206 337 0 55 11 4 467 123 112
Binary 11110100 10000110 11011111 0 101101 1001 100 100110111 1010011 1001010

Color Harmonies of #F486DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F486DF

Black with #F486DF

Text Example


Text Example

White with #F486DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F486DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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