Html Css Color HEX #F68AD9 Pale Magenta

📋 copy color: '#F68AD9'

red 246 ◦ green 138 ◦ blue 217

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

Shades of Pale Magenta #F68AD9

Tints of Pale Magenta #F68AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.96%

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 40.93%
G = 22.96%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F68AD9 (or 0xF68AD9) is known color: Pale Magenta. HEX triplet: F6, 8A and D9. RGB value is (246,138,217). Sum of RGB (Red+Green+Blue) = 246+138+217=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD9 is #097526. Grayscale: #B3B3B3. Windows color (decimal): -619815 or 14256886. OLE color: 14256886.

HSL color Cylindrical-coordinate representation of color #F68AD9: hue angle of 316.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AD9 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 138 217 -
CMYK 0 0.44 0.12 0.04
HSL 316.11º 0.86% 0.75% -
HSV(B) 316.11º 0.44% 0.96% -
XYZ 59.62 42.78 70.76 -
YUV 179.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 246 138 217 0 0.44 0.12 0.04 316.11 0.86 0.75
Hex F6 8A D9 0 2C C 4 13C 56 4B
Octal 366 212 331 0 54 14 4 474 126 113
Binary 11110110 10001010 11011001 0 101100 1100 100 100111100 1010110 1001011

Color Harmonies of #F68AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AD9

Black with #F68AD9

Text Example


Text Example

White with #F68AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AD9; }

 p { color: rgb(246,138,217); }

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

background-color css

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

 a { background-color: rgb(246,138,217); }

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

border-color css

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

 span { border-color: rgb(246,138,217); }

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