Html Css Color HEX #F08EDB Pale Magenta

📋 copy color: '#F08EDB'

red 240 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #F08EDB

Tints of Pale Magenta #F08EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.63%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 39.93%
G = 23.63%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F08EDB (or 0xF08EDB) is known color: Pale Magenta. HEX triplet: F0, 8E and DB. RGB value is (240,142,219). Sum of RGB (Red+Green+Blue) = 240+142+219=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EDB is #0F7124. Grayscale: #B3B3B3. Windows color (decimal): -1012005 or 14388976. OLE color: 14388976.

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

Color convert

RGB 240 142 219 -
CMYK 0 0.41 0.09 0.06
HSL 312.86º 0.77% 0.75% -
HSV(B) 312.86º 0.41% 0.94% -
XYZ 58.39 42.99 72.24 -
YUV 180.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 240 142 219 0 0.41 0.09 0.06 312.86 0.77 0.75
Hex F0 8E DB 0 29 9 6 139 4D 4B
Octal 360 216 333 0 51 11 6 471 115 113
Binary 11110000 10001110 11011011 0 101001 1001 110 100111001 1001101 1001011

Color Harmonies of #F08EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EDB

Black with #F08EDB

Text Example


Text Example

White with #F08EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EDB; }

 p { color: rgb(240,142,219); }

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

background-color css

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

 a { background-color: rgb(240,142,219); }

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

border-color css

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

 span { border-color: rgb(240,142,219); }

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