Html Css Color HEX #F685DD Pale Magenta

📋 copy color: '#F685DD'

red 246 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #F685DD

Tints of Pale Magenta #F685DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.17%

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

R = 41%
G = 22.17%
B = 36.83%

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

#F685DD (or 0xF685DD) is known color: Pale Magenta. HEX triplet: F6, 85 and DD. RGB value is (246,133,221). Sum of RGB (Red+Green+Blue) = 246+133+221=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DD is #097A22. Grayscale: #B0B0B0. Windows color (decimal): -621091 or 14517750. OLE color: 14517750.

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

Color convert

RGB 246 133 221 -
CMYK 0 0.46 0.10 0.04
HSL 313.27º 0.86% 0.74% -
HSV(B) 313.27º 0.46% 0.96% -
XYZ 59.44 41.59 73.3 -
YUV 176.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 246 133 221 0 0.46 0.10 0.04 313.27 0.86 0.74
Hex F6 85 DD 0 2E A 4 139 56 4A
Octal 366 205 335 0 56 12 4 471 126 112
Binary 11110110 10000101 11011101 0 101110 1010 100 100111001 1010110 1001010

Color Harmonies of #F685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685DD

Black with #F685DD

Text Example


Text Example

White with #F685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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