Html Css Color HEX #F68AD6 Pale Magenta

📋 copy color: '#F68AD6'

red 246 ◦ green 138 ◦ blue 214

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

Shades of Pale Magenta #F68AD6

Tints of Pale Magenta #F68AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.79%

R = 41.14%
G = 23.08%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F68AD6 (or 0xF68AD6) is known color: Pale Magenta. HEX triplet: F6, 8A and D6. RGB value is (246,138,214). Sum of RGB (Red+Green+Blue) = 246+138+214=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD6 is #097529. Grayscale: #B2B2B2. Windows color (decimal): -619818 or 14060278. OLE color: 14060278.

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

Color convert

RGB 246 138 214 -
CMYK 0 0.44 0.13 0.04
HSL 317.78º 0.86% 0.75% -
HSV(B) 317.78º 0.44% 0.96% -
XYZ 59.23 42.62 68.72 -
YUV 178.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 246 138 214 0 0.44 0.13 0.04 317.78 0.86 0.75
Hex F6 8A D6 0 2C D 4 13E 56 4B
Octal 366 212 326 0 54 15 4 476 126 113
Binary 11110110 10001010 11010110 0 101100 1101 100 100111110 1010110 1001011

Color Harmonies of #F68AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AD6

Black with #F68AD6

Text Example


Text Example

White with #F68AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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