Html Css Color HEX #F08DD6 Pale Magenta

📋 copy color: '#F08DD6'

red 240 ◦ green 141 ◦ blue 214

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

Shades of Pale Magenta #F08DD6

Tints of Pale Magenta #F08DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

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

R = 40.34%
G = 23.7%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F08DD6 (or 0xF08DD6) is known color: Pale Magenta. HEX triplet: F0, 8D and D6. RGB value is (240,141,214). Sum of RGB (Red+Green+Blue) = 240+141+214=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DD6 is #0F7229. Grayscale: #B2B2B2. Windows color (decimal): -1012266 or 14061040. OLE color: 14061040.

HSL color Cylindrical-coordinate representation of color #F08DD6: hue angle of 315.76º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DD6 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 214 -
CMYK 0 0.41 0.11 0.06
HSL 315.76º 0.77% 0.75% -
HSV(B) 315.76º 0.41% 0.94% -
XYZ 57.6 42.43 68.77 -
YUV 178.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 240 141 214 0 0.41 0.11 0.06 315.76 0.77 0.75
Hex F0 8D D6 0 29 B 6 13C 4D 4B
Octal 360 215 326 0 51 13 6 474 115 113
Binary 11110000 10001101 11010110 0 101001 1011 110 100111100 1001101 1001011

Color Harmonies of #F08DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08DD6

Black with #F08DD6

Text Example


Text Example

White with #F08DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08DD6; }

 p { color: rgb(240,141,214); }

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

background-color css

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

 a { background-color: rgb(240,141,214); }

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

border-color css

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

 span { border-color: rgb(240,141,214); }

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