Html Css Color HEX #F08CE1 Pale Magenta

📋 copy color: '#F08CE1'

red 240 ◦ green 140 ◦ blue 225

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

Shades of Pale Magenta #F08CE1

Tints of Pale Magenta #F08CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.14%

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 39.67%
G = 23.14%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F08CE1 (or 0xF08CE1) is known color: Pale Magenta. HEX triplet: F0, 8C and E1. RGB value is (240,140,225). Sum of RGB (Red+Green+Blue) = 240+140+225=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CE1 is #0F731E. Grayscale: #B3B3B3. Windows color (decimal): -1012511 or 14781680. OLE color: 14781680.

HSL color Cylindrical-coordinate representation of color #F08CE1: hue angle of 309º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CE1 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 225 -
CMYK 0 0.42 0.06 0.06
HSL 309º 0.77% 0.75% -
HSV(B) 309º 0.42% 0.94% -
XYZ 58.9 42.72 76.37 -
YUV 179.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 240 140 225 0 0.42 0.06 0.06 309 0.77 0.75
Hex F0 8C E1 0 2A 6 6 135 4D 4B
Octal 360 214 341 0 52 6 6 465 115 113
Binary 11110000 10001100 11100001 0 101010 110 110 100110101 1001101 1001011

Color Harmonies of #F08CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CE1

Black with #F08CE1

Text Example


Text Example

White with #F08CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CE1; }

 p { color: rgb(240,140,225); }

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

background-color css

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

 a { background-color: rgb(240,140,225); }

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

border-color css

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

 span { border-color: rgb(240,140,225); }

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