Html Css Color HEX #F08ADE Pale Magenta

📋 copy color: '#F08ADE'

red 240 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #F08ADE

Tints of Pale Magenta #F08ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37%

R = 40%
G = 23%
B = 37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08ADE (or 0xF08ADE) is known color: Pale Magenta. HEX triplet: F0, 8A and DE. RGB value is (240,138,222). Sum of RGB (Red+Green+Blue) = 240+138+222=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ADE is #0F7521. Grayscale: #B1B1B1. Windows color (decimal): -1013026 or 14584560. OLE color: 14584560.

HSL color Cylindrical-coordinate representation of color #F08ADE: hue angle of 310.59º 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 #F08ADE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 222 -
CMYK 0 0.42 0.08 0.06
HSL 310.59º 0.77% 0.74% -
HSV(B) 310.59º 0.43% 0.94% -
XYZ 58.21 41.98 74.14 -
YUV 178.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 240 138 222 0 0.42 0.08 0.06 310.59 0.77 0.74
Hex F0 8A DE 0 2A 8 6 137 4D 4A
Octal 360 212 336 0 52 10 6 467 115 112
Binary 11110000 10001010 11011110 0 101010 1000 110 100110111 1001101 1001010

Color Harmonies of #F08ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08ADE

Black with #F08ADE

Text Example


Text Example

White with #F08ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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