Html Css Color HEX #F68AD7 Pale Magenta

📋 copy color: '#F68AD7'

red 246 ◦ green 138 ◦ blue 215

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

Shades of Pale Magenta #F68AD7

Tints of Pale Magenta #F68AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.89%

R = 41.07%
G = 23.04%
B = 35.89%

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

#F68AD7 (or 0xF68AD7) is known color: Pale Magenta. HEX triplet: F6, 8A and D7. RGB value is (246,138,215). Sum of RGB (Red+Green+Blue) = 246+138+215=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD7 is #097528. Grayscale: #B2B2B2. Windows color (decimal): -619817 or 14125814. OLE color: 14125814.

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

Color convert

RGB 246 138 215 -
CMYK 0 0.44 0.13 0.04
HSL 317.22º 0.86% 0.75% -
HSV(B) 317.22º 0.44% 0.96% -
XYZ 59.36 42.68 69.4 -
YUV 179.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 246 138 215 0 0.44 0.13 0.04 317.22 0.86 0.75
Hex F6 8A D7 0 2C D 4 13D 56 4B
Octal 366 212 327 0 54 15 4 475 126 113
Binary 11110110 10001010 11010111 0 101100 1101 100 100111101 1010110 1001011

Color Harmonies of #F68AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AD7

Black with #F68AD7

Text Example


Text Example

White with #F68AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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