Html Css Color HEX #F686DD Pale Magenta

📋 copy color: '#F686DD'

red 246 ◦ green 134 ◦ blue 221

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

Shades of Pale Magenta #F686DD

Tints of Pale Magenta #F686DD

RGB

 RED value IS 246 (96.48% from 255) = 40.93%

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 40.93%
G = 22.3%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F686DD (or 0xF686DD) is known color: Pale Magenta. HEX triplet: F6, 86 and DD. RGB value is (246,134,221). Sum of RGB (Red+Green+Blue) = 246+134+221=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F686DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686DD is #097922. Grayscale: #B1B1B1. Windows color (decimal): -620835 or 14518006. OLE color: 14518006.

HSL color Cylindrical-coordinate representation of color #F686DD: hue angle of 313.39º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686DD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 134 221 -
CMYK 0 0.46 0.10 0.04
HSL 313.39º 0.86% 0.75% -
HSV(B) 313.39º 0.46% 0.96% -
XYZ 59.58 41.86 73.35 -
YUV 177.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 246 134 221 0 0.46 0.10 0.04 313.39 0.86 0.75
Hex F6 86 DD 0 2E A 4 139 56 4B
Octal 366 206 335 0 56 12 4 471 126 113
Binary 11110110 10000110 11011101 0 101110 1010 100 100111001 1010110 1001011

Color Harmonies of #F686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686DD

Black with #F686DD

Text Example


Text Example

White with #F686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686DD; }

 p { color: rgb(246,134,221); }

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

background-color css

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

 a { background-color: rgb(246,134,221); }

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

border-color css

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

 span { border-color: rgb(246,134,221); }

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