Html Css Color HEX #F08DDF Pale Magenta

📋 copy color: '#F08DDF'

red 240 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #F08DDF

Tints of Pale Magenta #F08DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 39.74%
G = 23.34%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F08DDF (or 0xF08DDF) is known color: Pale Magenta. HEX triplet: F0, 8D and DF. RGB value is (240,141,223). Sum of RGB (Red+Green+Blue) = 240+141+223=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DDF is #0F7220. Grayscale: #B3B3B3. Windows color (decimal): -1012257 or 14650864. OLE color: 14650864.

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

Color convert

RGB 240 141 223 -
CMYK 0 0.41 0.07 0.06
HSL 310.3º 0.77% 0.75% -
HSV(B) 310.3º 0.41% 0.94% -
XYZ 58.78 42.9 75 -
YUV 179.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 240 141 223 0 0.41 0.07 0.06 310.3 0.77 0.75
Hex F0 8D DF 0 29 7 6 136 4D 4B
Octal 360 215 337 0 51 7 6 466 115 113
Binary 11110000 10001101 11011111 0 101001 111 110 100110110 1001101 1001011

Color Harmonies of #F08DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08DDF

Black with #F08DDF

Text Example


Text Example

White with #F08DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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