Html Css Color HEX #F681DD Pale Magenta

📋 copy color: '#F681DD'

red 246 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #F681DD

Tints of Pale Magenta #F681DD

RGB

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

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

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

R = 41.28%
G = 21.64%
B = 37.08%

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

#F681DD (or 0xF681DD) is known color: Pale Magenta. HEX triplet: F6, 81 and DD. RGB value is (246,129,221). Sum of RGB (Red+Green+Blue) = 246+129+221=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DD is #097E22. Grayscale: #AEAEAE. Windows color (decimal): -622115 or 14516726. OLE color: 14516726.

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

Color convert

RGB 246 129 221 -
CMYK 0 0.48 0.10 0.04
HSL 312.82º 0.87% 0.74% -
HSV(B) 312.82º 0.48% 0.96% -
XYZ 58.91 40.51 73.12 -
YUV 174.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 246 129 221 0 0.48 0.10 0.04 312.82 0.87 0.74
Hex F6 81 DD 0 30 A 4 139 57 4A
Octal 366 201 335 0 60 12 4 471 127 112
Binary 11110110 10000001 11011101 0 110000 1010 100 100111001 1010111 1001010

Color Harmonies of #F681DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681DD

Black with #F681DD

Text Example


Text Example

White with #F681DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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