Html Css Color HEX #F085DC Pale Magenta

📋 copy color: '#F085DC'

red 240 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #F085DC

Tints of Pale Magenta #F085DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.43%

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

R = 40.47%
G = 22.43%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F085DC (or 0xF085DC) is known color: Pale Magenta. HEX triplet: F0, 85 and DC. RGB value is (240,133,220). Sum of RGB (Red+Green+Blue) = 240+133+220=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DC is #0F7A23. Grayscale: #AEAEAE. Windows color (decimal): -1014308 or 14452208. OLE color: 14452208.

HSL color Cylindrical-coordinate representation of color #F085DC: hue angle of 311.21º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085DC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 220 -
CMYK 0 0.45 0.08 0.06
HSL 311.22º 0.78% 0.73% -
HSV(B) 311.22º 0.45% 0.94% -
XYZ 57.24 40.47 72.5 -
YUV 174.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 240 133 220 0 0.45 0.08 0.06 311.22 0.78 0.73
Hex F0 85 DC 0 2D 8 6 137 4E 49
Octal 360 205 334 0 55 10 6 467 116 111
Binary 11110000 10000101 11011100 0 101101 1000 110 100110111 1001110 1001001

Color Harmonies of #F085DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085DC

Black with #F085DC

Text Example


Text Example

White with #F085DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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