Html Css Color HEX #F085DF Pale Magenta

📋 copy color: '#F085DF'

red 240 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #F085DF

Tints of Pale Magenta #F085DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 40.27%
G = 22.32%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F085DF (or 0xF085DF) is known color: Pale Magenta. HEX triplet: F0, 85 and DF. RGB value is (240,133,223). Sum of RGB (Red+Green+Blue) = 240+133+223=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DF is #0F7A20. Grayscale: #AFAFAF. Windows color (decimal): -1014305 or 14648816. OLE color: 14648816.

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

Color convert

RGB 240 133 223 -
CMYK 0 0.45 0.07 0.06
HSL 309.53º 0.78% 0.73% -
HSV(B) 309.53º 0.45% 0.94% -
XYZ 57.64 40.63 74.62 -
YUV 175.25 154.95 174.18 -
System Red Green Blue C M Y K H S L
Decimal 240 133 223 0 0.45 0.07 0.06 309.53 0.78 0.73
Hex F0 85 DF 0 2D 7 6 136 4E 49
Octal 360 205 337 0 55 7 6 466 116 111
Binary 11110000 10000101 11011111 0 101101 111 110 100110110 1001110 1001001

Color Harmonies of #F085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085DF

Black with #F085DF

Text Example


Text Example

White with #F085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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