Html Css Color HEX #F08AD9 Pale Magenta

📋 copy color: '#F08AD9'

red 240 ◦ green 138 ◦ blue 217

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

Shades of Pale Magenta #F08AD9

Tints of Pale Magenta #F08AD9

RGB

 RED value IS 240 (94.14% from 255) = 40.34%

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

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

R = 40.34%
G = 23.19%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F08AD9 (or 0xF08AD9) is known color: Pale Magenta. HEX triplet: F0, 8A and D9. RGB value is (240,138,217). Sum of RGB (Red+Green+Blue) = 240+138+217=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AD9 is #0F7526. Grayscale: #B1B1B1. Windows color (decimal): -1013031 or 14256880. OLE color: 14256880.

HSL color Cylindrical-coordinate representation of color #F08AD9: hue angle of 313.53º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AD9 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 217 -
CMYK 0 0.42 0.10 0.06
HSL 313.53º 0.77% 0.74% -
HSV(B) 313.53º 0.43% 0.94% -
XYZ 57.55 41.71 70.66 -
YUV 177.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 240 138 217 0 0.42 0.10 0.06 313.53 0.77 0.74
Hex F0 8A D9 0 2A A 6 13A 4D 4A
Octal 360 212 331 0 52 12 6 472 115 112
Binary 11110000 10001010 11011001 0 101010 1010 110 100111010 1001101 1001010

Color Harmonies of #F08AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AD9

Black with #F08AD9

Text Example


Text Example

White with #F08AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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