#FF2685

Color #FF2685 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF2685

Tints of Deep Pink #FF2685

Color information

#FF2685 (or 0xFF2685) is unknown color: approx Deep Pink. HEX triplet: FF, 26 and 85. RGB value is (255,38,133). Sum of RGB (Red+Green+Blue) = 255+38+133=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2685 is #00D97A. Grayscale: #717171. Windows color (decimal): -55675 or 8726271. OLE color: 8726271.

HSL color Cylindrical-coordinate representation of color #FF2685: hue angle of 333.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2685 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB25538133-
CMYK00.850.480
HSL333.73º100%57.45%-
HSV(B)333.73º85.1%100%-
XYZ46.1724.3424.46-
YUV113.71138.89228.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.86%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=59.86%
G=8.92%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553813300.850.480333.7310057.45
HexFF268505530014e6439
Octal37746205012560051614471
Binary11111111100110100001010101010111000001010011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2685; }

 p { color: rgb(255,38,133); }

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

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

 a { background-color: rgb(255,38,133); }

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

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

 span { border-color: rgb(255,38,133); }

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