#FF6392

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

Shades of Brink Pink #FF6392

Tints of Brink Pink #FF6392

Color information

#FF6392 (or 0xFF6392) is unknown color: approx Brink Pink. HEX triplet: FF, 63 and 92. RGB value is (255,99,146). Sum of RGB (Red+Green+Blue) = 255+99+146=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6392 is #009C6D. Grayscale: #969696. Windows color (decimal): -40046 or 9593855. OLE color: 9593855.

HSL color Cylindrical-coordinate representation of color #FF6392: hue angle of 341.92º 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 #FF6392 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB25599146-
CMYK00.610.430
HSL341.92º100%69.41%-
HSV(B)341.92º61.18%100%-
XYZ50.8932.2630.74-
YUV151125.18202.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 99 (39.06% from 255) = 19.8%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=51%
G=19.8%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559914600.610.430341.9210069.41
HexFF639203D2B01566445
Octal377143222075530526144105
Binary111111111100011100100100111101101011010101011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6392; }

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

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

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

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

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

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

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

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