#FF6382

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

Shades of Brink Pink #FF6382

Tints of Brink Pink #FF6382

Color information

#FF6382 (or 0xFF6382) is unknown color: approx Brink Pink. HEX triplet: FF, 63 and 82. RGB value is (255,99,130). Sum of RGB (Red+Green+Blue) = 255+99+130=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6382 is #009C7D. Grayscale: #959595. Windows color (decimal): -40062 or 8545279. OLE color: 8545279.

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

Color convert

RGB25599130-
CMYK00.610.490
HSL348.08º100%69.41%-
HSV(B)348.08º61.18%100%-
XYZ49.7331.824.64-
YUV149.18117.18203.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=52.69%
G=20.45%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559913000.610.490348.0810069.41
HexFF638203D31015c6445
Octal377143202075610534144105
Binary111111111100011100000100111101110001010101110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6382; }

 p { color: rgb(255,99,130); }

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

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

 a { background-color: rgb(255,99,130); }

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

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

 span { border-color: rgb(255,99,130); }

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