Html Css Color HEX #F689DD Pale Magenta

📋 copy color: '#F689DD'

red 246 ◦ green 137 ◦ blue 221

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

Shades of Pale Magenta #F689DD

Tints of Pale Magenta #F689DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.68%

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

R = 40.73%
G = 22.68%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F689DD (or 0xF689DD) is known color: Pale Magenta. HEX triplet: F6, 89 and DD. RGB value is (246,137,221). Sum of RGB (Red+Green+Blue) = 246+137+221=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F689DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689DD is #097622. Grayscale: #B2B2B2. Windows color (decimal): -620067 or 14518774. OLE color: 14518774.

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

Color convert

RGB 246 137 221 -
CMYK 0 0.44 0.10 0.04
HSL 313.76º 0.86% 0.75% -
HSV(B) 313.76º 0.44% 0.96% -
XYZ 60 42.7 73.49 -
YUV 179.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 246 137 221 0 0.44 0.10 0.04 313.76 0.86 0.75
Hex F6 89 DD 0 2C A 4 13A 56 4B
Octal 366 211 335 0 54 12 4 472 126 113
Binary 11110110 10001001 11011101 0 101100 1010 100 100111010 1010110 1001011

Color Harmonies of #F689DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689DD

Black with #F689DD

Text Example


Text Example

White with #F689DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F689DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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