Html Css Color HEX #F08DD4 Pale Magenta

📋 copy color: '#F08DD4'

red 240 ◦ green 141 ◦ blue 212

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

Shades of Pale Magenta #F08DD4

Tints of Pale Magenta #F08DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 40.47%
G = 23.78%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F08DD4 (or 0xF08DD4) is known color: Pale Magenta. HEX triplet: F0, 8D and D4. RGB value is (240,141,212). Sum of RGB (Red+Green+Blue) = 240+141+212=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DD4 is #0F722B. Grayscale: #B2B2B2. Windows color (decimal): -1012268 or 13929968. OLE color: 13929968.

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

Color convert

RGB 240 141 212 -
CMYK 0 0.41 0.12 0.06
HSL 316.97º 0.77% 0.75% -
HSV(B) 316.97º 0.41% 0.94% -
XYZ 57.34 42.33 67.44 -
YUV 178.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 240 141 212 0 0.41 0.12 0.06 316.97 0.77 0.75
Hex F0 8D D4 0 29 C 6 13D 4D 4B
Octal 360 215 324 0 51 14 6 475 115 113
Binary 11110000 10001101 11010100 0 101001 1100 110 100111101 1001101 1001011

Color Harmonies of #F08DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08DD4

Black with #F08DD4

Text Example


Text Example

White with #F08DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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