#F185DE

Color #F185DE Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F185DE

Tints of Pale Magenta #F185DE

Color information

#F185DE (or 0xF185DE) is unknown color: approx Pale Magenta. HEX triplet: F1, 85 and DE. RGB value is (241,133,222). Sum of RGB (Red+Green+Blue) = 241+133+222=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F185DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185DE is #0E7A21. Grayscale: #AFAFAF. Windows color (decimal): -948770 or 14583281. OLE color: 14583281.

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

Color convert

RGB241133222-
CMYK00.450.080.05
HSL310.56º79.41%73.33%-
HSV(B)310.56º44.81%94.51%-
XYZ57.8540.7573.92-
YUV175.44154.28174.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=40.44%
G=22.32%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113322200.450.080.05310.5679.4173.33
HexF185DE02D851374f49
Octal361205336055105467117111
Binary1111000110000101110111100101101100010110011011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F185DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F185DE; }

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

 H1.HeaderClassName
 {
   color: #F185DE;
 }
 .AnyTagClassName
 {
   color: #F185DE;
 }
</style>
background-color css

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

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

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

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

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

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