Html Css Color HEX #F085DE Pale Magenta

📋 copy color: '#F085DE'

red 240 ◦ green 133 ◦ blue 222

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

Shades of Pale Magenta #F085DE

Tints of Pale Magenta #F085DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 40.34%
G = 22.35%
B = 37.31%

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

#F085DE (or 0xF085DE) is known color: Pale Magenta. HEX triplet: F0, 85 and DE. RGB value is (240,133,222). Sum of RGB (Red+Green+Blue) = 240+133+222=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DE is #0F7A21. Grayscale: #AEAEAE. Windows color (decimal): -1014306 or 14583280. OLE color: 14583280.

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

Color convert

RGB 240 133 222 -
CMYK 0 0.45 0.08 0.06
HSL 310.09º 0.78% 0.73% -
HSV(B) 310.09º 0.45% 0.94% -
XYZ 57.51 40.57 73.91 -
YUV 175.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 240 133 222 0 0.45 0.08 0.06 310.09 0.78 0.73
Hex F0 85 DE 0 2D 8 6 136 4E 49
Octal 360 205 336 0 55 10 6 466 116 111
Binary 11110000 10000101 11011110 0 101101 1000 110 100110110 1001110 1001001

Color Harmonies of #F085DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085DE

Black with #F085DE

Text Example


Text Example

White with #F085DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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