Html Css Color HEX #F681DA Pale Magenta

📋 copy color: '#F681DA'

red 246 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #F681DA

Tints of Pale Magenta #F681DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 41.48%
G = 21.75%
B = 36.76%

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

#F681DA (or 0xF681DA) is known color: Pale Magenta. HEX triplet: F6, 81 and DA. RGB value is (246,129,218). Sum of RGB (Red+Green+Blue) = 246+129+218=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DA is #097E25. Grayscale: #ADADAD. Windows color (decimal): -622118 or 14320118. OLE color: 14320118.

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

Color convert

RGB 246 129 218 -
CMYK 0 0.48 0.11 0.04
HSL 314.36º 0.87% 0.74% -
HSV(B) 314.36º 0.48% 0.96% -
XYZ 58.51 40.36 71.04 -
YUV 174.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 246 129 218 0 0.48 0.11 0.04 314.36 0.87 0.74
Hex F6 81 DA 0 30 B 4 13A 57 4A
Octal 366 201 332 0 60 13 4 472 127 112
Binary 11110110 10000001 11011010 0 110000 1011 100 100111010 1010111 1001010

Color Harmonies of #F681DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681DA

Black with #F681DA

Text Example


Text Example

White with #F681DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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