Html Css Color HEX #F680DD Pale Magenta

📋 copy color: '#F680DD'

red 246 ◦ green 128 ◦ blue 221

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

Shades of Pale Magenta #F680DD

Tints of Pale Magenta #F680DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.51%

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

R = 41.34%
G = 21.51%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F680DD (or 0xF680DD) is known color: Pale Magenta. HEX triplet: F6, 80 and DD. RGB value is (246,128,221). Sum of RGB (Red+Green+Blue) = 246+128+221=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F680DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680DD is #097F22. Grayscale: #ADADAD. Windows color (decimal): -622371 or 14516470. OLE color: 14516470.

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

Color convert

RGB 246 128 221 -
CMYK 0 0.48 0.10 0.04
HSL 312.71º 0.87% 0.73% -
HSV(B) 312.71º 0.48% 0.96% -
XYZ 58.78 40.25 73.08 -
YUV 173.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 246 128 221 0 0.48 0.10 0.04 312.71 0.87 0.73
Hex F6 80 DD 0 30 A 4 139 57 49
Octal 366 200 335 0 60 12 4 471 127 111
Binary 11110110 10000000 11011101 0 110000 1010 100 100111001 1010111 1001001

Color Harmonies of #F680DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680DD

Black with #F680DD

Text Example


Text Example

White with #F680DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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