Html Css Color HEX #F681DC Pale Magenta

📋 copy color: '#F681DC'

red 246 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #F681DC

Tints of Pale Magenta #F681DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.68%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 41.34%
G = 21.68%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F681DC (or 0xF681DC) is known color: Pale Magenta. HEX triplet: F6, 81 and DC. RGB value is (246,129,220). Sum of RGB (Red+Green+Blue) = 246+129+220=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DC is #097E23. Grayscale: #AEAEAE. Windows color (decimal): -622116 or 14451190. OLE color: 14451190.

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

Color convert

RGB 246 129 220 -
CMYK 0 0.48 0.11 0.04
HSL 313.33º 0.87% 0.74% -
HSV(B) 313.33º 0.48% 0.96% -
XYZ 58.77 40.46 72.42 -
YUV 174.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 246 129 220 0 0.48 0.11 0.04 313.33 0.87 0.74
Hex F6 81 DC 0 30 B 4 139 57 4A
Octal 366 201 334 0 60 13 4 471 127 112
Binary 11110110 10000001 11011100 0 110000 1011 100 100111001 1010111 1001010

Color Harmonies of #F681DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681DC

Black with #F681DC

Text Example


Text Example

White with #F681DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681DC; }

 p { color: rgb(246,129,220); }

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

background-color css

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

 a { background-color: rgb(246,129,220); }

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

border-color css

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

 span { border-color: rgb(246,129,220); }

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