Html Css Color HEX #F08CDC Pale Magenta

📋 copy color: '#F08CDC'

red 240 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F08CDC

Tints of Pale Magenta #F08CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08CDC (or 0xF08CDC) is known color: Pale Magenta. HEX triplet: F0, 8C and DC. RGB value is (240,140,220). Sum of RGB (Red+Green+Blue) = 240+140+220=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 140 (55.08% from 255 or 23.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CDC is #0F7323. Grayscale: #B2B2B2. Windows color (decimal): -1012516 or 14454000. OLE color: 14454000.

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

Color convert

RGB 240 140 220 -
CMYK 0 0.42 0.08 0.06
HSL 312º 0.77% 0.75% -
HSV(B) 312º 0.42% 0.94% -
XYZ 58.23 42.45 72.83 -
YUV 179.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 240 140 220 0 0.42 0.08 0.06 312 0.77 0.75
Hex F0 8C DC 0 2A 8 6 138 4D 4B
Octal 360 214 334 0 52 10 6 470 115 113
Binary 11110000 10001100 11011100 0 101010 1000 110 100111000 1001101 1001011

Color Harmonies of #F08CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CDC

Black with #F08CDC

Text Example


Text Example

White with #F08CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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