Html Css Color HEX #F684DD Pale Magenta

📋 copy color: '#F684DD'

red 246 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #F684DD

Tints of Pale Magenta #F684DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.04%

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

R = 41.07%
G = 22.04%
B = 36.89%

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

#F684DD (or 0xF684DD) is known color: Pale Magenta. HEX triplet: F6, 84 and DD. RGB value is (246,132,221). Sum of RGB (Red+Green+Blue) = 246+132+221=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F684DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684DD is #097B22. Grayscale: #AFAFAF. Windows color (decimal): -621347 or 14517494. OLE color: 14517494.

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

Color convert

RGB 246 132 221 -
CMYK 0 0.46 0.10 0.04
HSL 313.16º 0.86% 0.74% -
HSV(B) 313.16º 0.46% 0.96% -
XYZ 59.31 41.32 73.26 -
YUV 176.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 246 132 221 0 0.46 0.10 0.04 313.16 0.86 0.74
Hex F6 84 DD 0 2E A 4 139 56 4A
Octal 366 204 335 0 56 12 4 471 126 112
Binary 11110110 10000100 11011101 0 101110 1010 100 100111001 1010110 1001010

Color Harmonies of #F684DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F684DD

Black with #F684DD

Text Example


Text Example

White with #F684DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F684DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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