#FF6485

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

Shades of Brink Pink #FF6485

Tints of Brink Pink #FF6485

Color information

#FF6485 (or 0xFF6485) is unknown color: approx Brink Pink. HEX triplet: FF, 64 and 85. RGB value is (255,100,133). Sum of RGB (Red+Green+Blue) = 255+100+133=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6485 is #009B7A. Grayscale: #969696. Windows color (decimal): -39803 or 8742143. OLE color: 8742143.

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

Color convert

RGB255100133-
CMYK00.610.480
HSL347.23º100%69.61%-
HSV(B)347.23º60.78%100%-
XYZ50.0332.0725.74-
YUV150.11118.35202.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=52.25%
G=20.49%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510013300.610.480347.2310069.61
HexFF648503D30015b6446
Octal377144205075600533144106
Binary111111111100100100001010111101110000010101101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6485; }

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

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

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

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

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

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

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

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