Html Css Color HEX #F08EE7 Pale Magenta

📋 copy color: '#F08EE7'

red 240 ◦ green 142 ◦ blue 231

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

Shades of Pale Magenta #F08EE7

Tints of Pale Magenta #F08EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.68%

R = 39.15%
G = 23.16%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F08EE7 (or 0xF08EE7) is known color: Pale Magenta. HEX triplet: F0, 8E and E7. RGB value is (240,142,231). Sum of RGB (Red+Green+Blue) = 240+142+231=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08EE7 is #0F7118. Grayscale: #B5B5B5. Windows color (decimal): -1011993 or 15175408. OLE color: 15175408.

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

Color convert

RGB 240 142 231 -
CMYK 0 0.41 0.04 0.06
HSL 305.51º 0.77% 0.75% -
HSV(B) 305.51º 0.41% 0.94% -
XYZ 60.03 43.64 80.86 -
YUV 181.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 240 142 231 0 0.41 0.04 0.06 305.51 0.77 0.75
Hex F0 8E E7 0 29 4 6 132 4D 4B
Octal 360 216 347 0 51 4 6 462 115 113
Binary 11110000 10001110 11100111 0 101001 100 110 100110010 1001101 1001011

Color Harmonies of #F08EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EE7

Black with #F08EE7

Text Example


Text Example

White with #F08EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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