Html Css Color HEX #F08EDF Pale Magenta

📋 copy color: '#F08EDF'

red 240 ◦ green 142 ◦ blue 223

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

Shades of Pale Magenta #F08EDF

Tints of Pale Magenta #F08EDF

RGB

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

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

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

R = 39.67%
G = 23.47%
B = 36.86%

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

#F08EDF (or 0xF08EDF) is known color: Pale Magenta. HEX triplet: F0, 8E and DF. RGB value is (240,142,223). Sum of RGB (Red+Green+Blue) = 240+142+223=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EDF is #0F7120. Grayscale: #B4B4B4. Windows color (decimal): -1012001 or 14651120. OLE color: 14651120.

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

Color convert

RGB 240 142 223 -
CMYK 0 0.41 0.07 0.06
HSL 310.41º 0.77% 0.75% -
HSV(B) 310.41º 0.41% 0.94% -
XYZ 58.93 43.2 75.04 -
YUV 180.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 240 142 223 0 0.41 0.07 0.06 310.41 0.77 0.75
Hex F0 8E DF 0 29 7 6 136 4D 4B
Octal 360 216 337 0 51 7 6 466 115 113
Binary 11110000 10001110 11011111 0 101001 111 110 100110110 1001101 1001011

Color Harmonies of #F08EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EDF

Black with #F08EDF

Text Example


Text Example

White with #F08EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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